The SshTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Command |
The command line.
|
![]() |
EndPrompt |
The end prompt.
|
![]() |
IsActive |
Check if the current task status is "active".
|
![]() |
IsComplete |
Check if the current task status is "complete".
|
![]() |
IsEndPromptRegex |
The start prompt regex flag.
|
![]() |
IsPending |
Check if the current task status is "pending".
|
![]() |
IsRunning |
Check if the current task status is "running".
|
![]() |
IsStartPromptRegex |
The start prompt regex flag.
|
![]() |
IsTimedOut |
Checks if the current task is timed out.
|
![]() |
Name |
The task name.
|
![]() |
Response |
The command response.
|
![]() |
Script |
The task script.
|
![]() |
StartPrompt |
The start prompt.
|
![]() |
Status |
The task status.
|
![]() |
Terminator |
The comand terminator.
|
![]() |
Timeout |
The task timeout.
|