Home > @microsoft/rush-lib > IExecutionResult
IExecutionResult interface
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 IExecutionResult interface represents the results of executing a set of Operations.
Signature:
export interface IExecutionResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| ReadonlyMap<Operation, IOperationExecutionResult> | (ALPHA) The results for each scheduled operation. | |
| (ALPHA) The overall result. |