VI class/Execution.State property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 22D
Scope Basic Development Environment
Data Name Exec.State
Short Name* Exec.State
Long Name* Execution:State
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Enum U32 data type

Enum U32

Property Node Execution:State
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Indicates the execution state of the VI.

Values
0 Bad—VI has errors and cannot execute.
1 Idle—VI is not running but is in memory.
2 Run top level—VI is the top-level VI in an active hierarchy.
3 Running—VI is reserved for execution by one or more active top-level VIs.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links