Home > @rushstack/operation-graph > OperationStatus
OperationStatus enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Enumeration defining potential states of an operation
Signature:
export declare enum OperationStatus
Enumeration Members
Member | Value | Description |
|---|---|---|
Aborted |
| (BETA) The operation was aborted |
Blocked |
| (BETA) The Operation could not be executed because one or more of its dependencies failed |
Executing |
| (BETA) The Operation is currently executing |
Failure |
| (BETA) The Operation failed |
NoOp |
| (BETA) The operation performed no meaningful work. |
Ready |
| (BETA) The Operation is on the queue, ready to execute |
Success |
| (BETA) The Operation completed successfully and did not write to standard output |
Waiting |
| (BETA) The Operation is on the queue, waiting for one or more depencies |