ModelState Enumeration
- Updated2023-02-21
- 2 minute(s) read
The execution state of a model running on the target.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration ModelState |
C# |
---|
public enum ModelState |
Visual C++ |
---|
public enum class ModelState |
Members
Member name | Description |
---|---|
Idle | The model is idle. |
Paused | The model is paused. |
Resetting | The model is resetting. |
Restoring | Restoring the model execution state from a file. |
Running | The model is running. |
Saving | Saving information about the current execution state of the model to a file. |
Stopped | The model is stopped. |