Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > OperationStatus

OperationStatus enum

This API is provided as a 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

MemberValueDescription
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
FromCache"FROM CACHE"(BETA) The Operation had its outputs restored from the build cache
NoOp"NO OP"(BETA) The Operation was a no-op (for example, it had an empty script)
Ready"READY"(BETA) The Operation is on the queue, ready to execute (but may be waiting for dependencies)
Skipped"SKIPPED"(BETA) The Operation was skipped via the legacy incremental build logic
Success"SUCCESS"(BETA) The Operation completed successfully and did not write to standard output
SuccessWithWarning"SUCCESS WITH WARNINGS"(BETA) The Operation completed successfully, but wrote to standard output