NI-DAQmx .NET Framework 4.5 API Reference

Watchdog.HasExpired Property

  • Updated2023-02-21
  • 1 minute(s) read
Watchdog.HasExpired 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.45.49302

Syntax

public bool HasExpired { get; }
Public ReadOnly Property HasExpired As Boolean
	Get

Property Value

Type: Boolean
Indicates if the watchdog timer expired. You can read this property only while the task is running.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience