Gets the
Execution section, which contains channels that track execution details of the model, such as its current status and the amount of time that has elapsed since it began executing.
.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetExecutionSection As Execution |
| Visual C++ |
|---|
public:
Execution^ GetExecutionSection() |
Return Value
An
Execution object.