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