Rush StackShopBlogEvents
Skip to main content

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

"ABORTED"

(BETA) The operation was aborted

Blocked

"BLOCKED"

(BETA) The Operation could not be executed because one or more of its dependencies failed

Executing

"EXECUTING"

(BETA) The Operation is currently executing

Failure

"FAILURE"

(BETA) The Operation failed

NoOp

"NO OP"

(BETA) The operation performed no meaningful work.

Ready

"READY"

(BETA) The Operation is on the queue, ready to execute

Success

"SUCCESS"

(BETA) The Operation completed successfully and did not write to standard output

Waiting

"WAITING"

(BETA) The Operation is on the queue, waiting for one or more depencies