Method Start
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Extensions.dll
 
Start(DAQmxTasksBundle)
Starts the task.
public static void Start(this DAQmxTasksBundle tasksBundle)
Parameters
tasksBundleDAQmxTasksBundleThe DAQmxTasksBundle object.
Remarks
This is a low-level driver control method that is not recommended for general use. It transitions the task to the running state, which begins device input or output.
Exceptions
- DaqException
 The underling driver session returned an error.