Check if the current task status is "pending".
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public bool IsPending { get; } |
Visual Basic |
---|
Public ReadOnly Property IsPending As Boolean Get |
Visual C++ |
---|
public: property bool IsPending { bool get (); } |