The SshScript type exposes the following members.

Properties

  Name Description
Public property Count
The task count.
Public property IsComplete
Checks whether this script has completed execution of all task.
Public property IsEmpty
Checks whether this script has no task.
Public property Item[([( Int32])])
The task indexer.
Public property Item[([( String])])
The task indexer.
Public property Ssh
The underlayed SSH client.

See Also