Enumeration ActionContextAsyncStepType

An async step type.

Enumeration Members

Enumeration Members

Resume

The flow is about to continue.

ResumeError

The flow yield just threw, which might be recovered (caught) or not.

Return

The flow is about to return (finish).

Spawn

The flow is about to start.

Throw

The flow is about to throw an error to the flow caller.