GetSavedTaskInfo(string)
- Updated2026-02-03
- 1 minute(s) read
Creates a SavedTaskInfo object that you can use to retrieve information about the specified task stored in Measurement & Automation Explorer (MAX).
Syntax
Namespace: NationalInstruments.DAQmx
public SavedTaskInfo GetSavedTaskInfo(string persistedName)
Parameters
| Name | Type | Description |
|---|---|---|
| persistedName | string | The name of the task stored in MAX. |
Returns
A SavedTaskInfo object that represents the task stored in MAX.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |