Gets or sets the set of child tasks of the
Multitask structure. These tasks iteratively execute in the same time step.
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 Tasks As Task() |
| C# |
|---|
public Task[] Tasks { get; set; } |
| Visual C++ |
|---|
public:
property array<Task^>^ Tasks {
array<Task^>^ get ();
void set (array<Task^>^ value);
} |
Property Value
An array of
Task objects.