StepExecutionState Enumeration
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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. |