Indicates whether the timeout has expired.

Namespace:  Quanser.Common
Assembly:  Quanser.Common (in Quanser.Common.dll)

Syntax

Visual Basic (Declaration)
Public Function IsExpired As Boolean
C#
public bool IsExpired()
Visual C++
public:
bool IsExpired()
JavaScript
function isExpired();

Return Value

Returns true if the timeout has expired and false otherwise.

Remarks

A timeout is considered expired when its absolute value precedes the current time. Relative timeouts are considered expired if they are negative or zero.

See Also