IsDone
- Updated2025-10-14
- 1 minute(s) read
Gets whether the configuration list is still running or done. To read this property, the device must be in the Generation state.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool IsDone { get; }
Remarks
true if configuration list is done; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsDone property was accessed after the associated NIRfsg object was disposed. |