Checks whether this script has completed execution of all task.
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 (); } |