DAQmxDeleteSavedTask

NI-DAQmx C Functions

DAQmxDeleteSavedTask

int32 DAQmxDeleteSavedTask (const char taskName[]);

Purpose

Deletes the specified task from MAX. This function does not clear the copy of the task stored in memory. Use DAQmxClearTask to clear the copy of the task.

Parameters

Input
Name Type Description
taskName const char [] Name of the task to delete.

Return Value

Name Type Description
status int32 The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error.