Home > @rushstack/operation-graph > IOperationState
IOperationState interface
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.
Interface contract for a single state of an operation.
Signature:
export interface IOperationState
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
OperationError | undefined | (BETA) The error, if the status is | ||
boolean | (BETA) Whether the operation has been run at least once. | ||
(BETA) The status code for the operation. | |||
(BETA) Timing information for the operation. |