VeriStand .NET API Reference

Table of Contents

Yield Class

Represents a Yield statement, which causes a real-time sequence to pause while the Primary Control Loop iterates, and then resume executing. In a multi-tasking sequence, this statement causes the current task to yield control of the CPU to the next task, if one exists.

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

Remarks

Accessing this Class:

Inheritance Hierarchy

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

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