Options
Public
  • Public
  • Public/Protected
  • All
Menu

Namespace Control

Index

Type aliases

Controls

Controls: Pick<StepsController, "update" | "declare" | "step">

EventName

EventName: "fail" | "abort" | "stop" | "begin" | "succeed" | "step" | "declare" | "resolve" | "update"

Process

Process<R, E>: AsyncGenerator<E, R, void>

Type parameters

Scope

Scope: string[]

Functions

control

Const run

  • run<R, O>(controlOptions: ControlOptions<R, O>, methodOptions: Pick<O, Exclude<keyof O, "controls">>): Promise<R>

Generated using TypeDoc