Home > @microsoft/rush-lib > ITelemetryOperationResult > wasExecutedOnThisMachine
ITelemetryOperationResult.wasExecutedOnThisMachine property
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.
Was this operation built on this machine? If so, the duration can be calculated from startTimestampMs and endTimestampMs. If not, you should use the metrics from the machine that built it.
Signature:
wasExecutedOnThisMachine?: boolean;