VeriStand .NET API Reference

Table of Contents

StopTask Class

Represents a Stop Task statement, which stops a task in a Multitask structure. When a task is stopped, any sub-sequences executing in that task immediately execute their CleanUp section. Any sub-tasks are also stopped.

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 StopTask _
	Inherits Statement _
	Implements IEquatable(Of StopTask)
C#
public class StopTask : Statement, IEquatable<StopTask>
Visual C++
public ref class StopTask : public Statement, 
	IEquatable<StopTask^>

Remarks

Use the members of this class to specify the task to stop.

Accessing this Class:

Inheritance Hierarchy

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

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