Rush StackShopBlogEvents
Skip to main content

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

PropertyModifiersTypeDescription
collatedWriterCollatedWriter(BETA) The writer into which this IOperationRunner should write its logs.
debugModeboolean(BETA) If Rush was invoked with --debug
quietModeboolean(BETA) Defaults to true. Will be false if Rush was invoked with --verbose.
stdioSummarizerStdioSummarizer(BETA) Object used to report a summary at the end of the Rush invocation.
stopwatchIStopwatchResult(BETA) Object used to track elapsed time.