Event that indicates the step is executing.
Syntax
Event Data
The event handler receives an argument of type CustomStepExecutingEventArgs containing data related to this event. The following CustomStepExecutingEventArgs properties provide information specific to this event.
Property | Description |
---|
IsRecomputing | Gets or sets a value indicating whether the step is recomputing. |
State | Gets the measurement state. |
StatusCode | Gets or sets a value indicating the success result of the step. |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also