Rush StackShopBlogEvents
Skip to main content

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

operationResults

readonly

ReadonlyMap<Operation, IOperationExecutionResult>

(ALPHA) The results for each scheduled operation.

status

readonly

OperationStatus

(ALPHA) The overall result.