VeriStand .NET API Reference

DAQTasks.AddTask Method

Adds the specified DAQTask to the DAQTasks section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddTask ( _
	task As DAQTask _
) As Boolean
C#
public bool AddTask(
	DAQTask task
)
Visual C++
public:
bool AddTask(
	DAQTask^ task
)

Parameters

task
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTask
The instance of DAQTask to add.

Return Value

true (True in Visual Basic) if the DAQTask was added successfully.

See Also

Log in to get a better experience