Checks if the current task is timed out.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public bool IsTimedOut { get; }
Visual Basic
Public ReadOnly Property IsTimedOut As Boolean
	Get
Visual C++
public:
property bool IsTimedOut {
	bool get ();
}

See Also