Parallel
Defined in: actions/core.ts:26
Interface for actions.
Type Parameters
Section titled “Type Parameters”TCtx
Implements
Section titled “Implements”IAction<TCtx>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Parallel<
TCtx>(params_):Parallel<TCtx>
Defined in: actions/core.ts:27
Parameters
Section titled “Parameters”params_
Section titled “params_”ParallelParams<TCtx>
Returns
Section titled “Returns”Parallel<TCtx>
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/core.ts:29
Executes the action with the provided context.
Parameters
Section titled “Parameters”TCtx
The action context.
Returns
Section titled “Returns”Promise<void>