The SshTask type exposes the following members.

Fields

  Name Description
Public field Static member ACTIVE
Task is active and waiting for start prompt to execute command.
Public field Static member COMPLETE
Task has finished execution of command and has received end prompt.
Public field Static member PENDING
Task is waiting to be activated.
Public field Static member RUNNING
Task has received start prompt and is currently executing command.

See Also