Check if the current task status is "running".

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

Syntax

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

See Also