You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The stage object $Stage provides access to the properties of the current stage


NameDescriptionTypeUsage Example
AgentNameThe host name of the agent that the current stage is running on.String

ElapsedThe time period since the current stage was started.TimeSpan

FinishedThe date/time when the current stage finished (if finished).DateTime

HasWarnings
True if the current stage has warningsBoolean

IsErrorTrue if the current stage has warningsBoolean

IsFailureTrue if the current stage has warningsBoolean

IsSpecialTrue if the current stage is a special stage created to run pre- or post-stage eventsBoolean

IsSuccessfulTrue if the current stage is successfulBoolean

MetricsThe metrics associated with the current stage.Metrics

NameThe name of the current stage.String$Stage.Name$"Test Stage"
OrderThe running order of the current stage.Integer

StartedThe date/time when the current stage was started.DateTime

  • No labels