Result returned from run()/runSync() after executing all hook callbacks.
run()
runSync()
Current arguments (possibly modified by callbacks)
Result value (if set via ctx.returns())
ctx.returns()
Whether a callback short-circuited via return ctx.returns() or return ctx.args()
return ctx.returns()
return ctx.args()
The scope used during this run (pass to subsequent runs to share state)
Result returned from
run()/runSync()after executing all hook callbacks.