This method is deprecated. Use GetAllNIDAQmxTasks instead. Returns all NI-DAQmx tasks in the ISemiconductorModuleContext. You can use tasks to close and dispose of tasks.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public Task[] GetNIDAQmxTasks(string taskType)

Parameters

NameTypeDescription
taskTypestring

Specifies the type of NI-DAQmx task to return. Use an empty string to obtain the names of all tasks regardless of task type.