Additional Information
When a DAQmx task starts or otherwise enters the Reserved or Committed states, resources associated with that task such as clocks, channels, trigger lines, or buffer memory are acquired exclusively by the task.
The DAQmx driver uses a Task State Model to define the current state of a Task. A Task includes one or more virtual channels. A Virtual Channel includes a physical channel (the physical terminal/pin on your devices) as well as any relevant channel-specific information, such as measurement range, custom scaling or terminal configuration.
You can see the diagram of the Task State Model below.

When a Task begins operation, it needs to pass through the Reserved State. When entering the Reserved State, the resources (hardware) the task uses are acquired exclusively to prevent other tasks from using these resources and interfere with the operation.
The DAQmx driver has specific error codes that appear when an application attempts to use resources that are already reserved and in-use. You can read about these errors in the following articles: