VeriStand .NET API Reference

Table of Contents

StopTask.TaskName Property

Gets or sets the name of the Task in the Multitask structure to stop.

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 TaskName As String
C#
public string TaskName { get; set; }
Visual C++
public:
property String^ TaskName {
	String^ get ();
	void set (String^ value);
}

Property Value

The name of the task to stop. This name must be a valid identifier.

Remarks

Note:

You can use the Utilities.IsValidIdentifier method to determine if a string is a valid identifier.

See Also

Log in to get a better experience