Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 602 Bytes

File metadata and controls

20 lines (16 loc) · 602 Bytes

Home > @aws/durable-execution-sdk-js-testing > OperationStatus

OperationStatus variable

Signature:

OperationStatus: {
  readonly CANCELLED: "CANCELLED";
  readonly FAILED: "FAILED";
  readonly PENDING: "PENDING";
  readonly READY: "READY";
  readonly STARTED: "STARTED";
  readonly STOPPED: "STOPPED";
  readonly SUCCEEDED: "SUCCEEDED";
  readonly TIMED_OUT: "TIMED_OUT";
}