The SshTask type exposes the following members.

Properties

  Name Description
Public property Command
The command line.
Public property EndPrompt
The end prompt.
Public property IsActive
Check if the current task status is "active".
Public property IsComplete
Check if the current task status is "complete".
Public property IsEndPromptRegex
The start prompt regex flag.
Public property IsPending
Check if the current task status is "pending".
Public property IsRunning
Check if the current task status is "running".
Public property IsStartPromptRegex
The start prompt regex flag.
Public property IsTimedOut
Checks if the current task is timed out.
Public property Name
The task name.
Public property Response
The command response.
Public property Script
The task script.
Public property StartPrompt
The start prompt.
Public property Status
The task status.
Public property Terminator
The comand terminator.
Public property Timeout
The task timeout.

See Also