Home > @microsoft/rush-lib > IOperationRunnerContext
IOperationRunnerContext interface
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.
Information passed to the executing IOperationRunner
Signature:
export interface IOperationRunnerContext
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
collatedWriter | CollatedWriter | (BETA) The writer into which this IOperationRunner should write its logs. | |
debugMode | boolean | (BETA) If Rush was invoked with --debug | |
quietMode | boolean | (BETA) Defaults to true . Will be false if Rush was invoked with --verbose . | |
stdioSummarizer | StdioSummarizer | (BETA) Object used to report a summary at the end of the Rush invocation. | |
stopwatch | IStopwatchResult | (BETA) Object used to track elapsed time. |