SequenceState Enumeration
- Updated2023-02-21
- 2 minute(s) read
The execution state of a sequence.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Idle | The sequence is idle, and has not run. |
| Paused | The sequence is paused. |
| Running | The sequence is running. |
| SingleStepping | The sequence is single-stepping. |
| Stopped | The sequence has stopped executing. |