Watchdog.HasExpired Property
- Updated2023-02-21
- 1 minute(s) read
WatchdogHasExpired Property
Indicates if the watchdog timer expired. You can read this property only while the task is running.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool HasExpired { get; }
Public ReadOnly Property HasExpired As Boolean Get
Property Value
Type: BooleanIndicates if the watchdog timer expired. You can read this property only while the task is running.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |