Home > @microsoft/rush-lib > ITelemetryOperationResult
ITelemetryOperationResult 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.
Signature:
export interface ITelemetryOperationResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string[] | (BETA) The names of operations that this operation depends on. | ||
number | (BETA) (Optional) A timestamp in milliseconds (from | ||
number | (BETA) (Optional) Duration in milliseconds when the operation does not hit cache | ||
string | (BETA) The status code for the operation. | ||
number | (BETA) (Optional) A timestamp in milliseconds (from | ||
boolean | (BETA) (Optional) Was this operation built on this machine? If so, the duration can be calculated from |