StepExecutionState Enumeration
- Updated2023-02-21
- 2 minute(s) read
Specifies the current execution state of a step in a stimulus profile.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Complete | Step execution is complete. |
| Finalizing | The step is finalizing execution. |
| Idle | The step is idle. |
| Initializing | The step is initializing. |
| Paused | The step is paused. |
| Running | The step is running. |