ExecStateEnum
- Updated2025-07-30
- 1 minute(s) read
Indicates the execution state of a VI.
| Name | Value | Description |
|---|---|---|
| eBad | 0 | VI has errors; it cannot run. |
| eIdle | 1 | VI is not running, but the VI is in memory. |
| eRunTopLevel | 2 | VI is running as a top-level VI. |
| eRunning | 3 | VI is running as a subVI. |