Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IOperationExecutionResult > status

IOperationExecutionResult.status property

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The current execution status of an operation. Operations start in the 'ready' state, but can be 'blocked' if an upstream operation failed. It is 'executing' when the operation is executing. Once execution is complete, it is either 'success' or 'failure'.

Signature:

readonly status: OperationStatus;