NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Watchdog.HasExpired Property

Watchdog.HasExpired Property

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: 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

Was this information helpful?