Gets or sets whether the loop automatically yields control of the CPU to the next task at the end of each iteration.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Property AutoYield As Boolean |
C# |
---|
public bool AutoYield { get; set; } |
Visual C++ |
---|
public:
property bool AutoYield {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if the loop automatically yields execution until the next time step. Otherwise,
false (False in Visual Basic)