VeriStand .NET API Reference

Table of Contents

Multitask Class

Represents a MultiTask structure, which branches sequence code execution into one or more child tasks. On each time step, the MultiTask structure iteratively executes code from each child task until the task either terminates or yields execution to the next 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 Class Multitask _
	Inherits Statement _
	Implements IEquatable(Of Multitask)
C#
public class Multitask : Statement, IEquatable<Multitask>
Visual C++
public ref class Multitask : public Statement, 
	IEquatable<Multitask^>

Remarks

Use the members of this class to add or access tasks in a MultiTask structure.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
            NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Multitask

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience