Function: stageAbortReason()
stageAbortReason(
signal):StageAbortReason|undefined
Defined in: packages/workflow-engine/src/core/steps.ts:177
The reason a stage abort signal carries, or undefined when the signal is
not aborted or was aborted by something other than the engine.
Parameters
signal
AbortSignal
Returns
StageAbortReason | undefined