bunqueue
v2.8
API reference
all versions
ยท
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
StepHandler
Type Alias StepHandler<TInput, TResult>
StepHandler
:
(
ctx
:
StepContext
<
TInput
,
any
>
)
=>
Promise
<
TResult
>
|
TResult
Step handler function (type-erased for internal storage)
Type Parameters
TInput
=
unknown
TResult
=
unknown
Type Declaration
(
ctx
:
StepContext
<
TInput
,
any
>
)
:
Promise
<
TResult
>
|
TResult
Parameters
ctx
:
StepContext
<
TInput
,
any
>
Returns
Promise
<
TResult
>
|
TResult
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Guide
GitHub
bunqueue
Loading...
Step handler function (type-erased for internal storage)