The TelnetTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Command |
Gets/Sets the TelnetTask command to execute.
|
![]() |
EndPrompt |
Gets/Sets the shell end prompt this TelnetTask
should wait for to indicate that this TelnetTask is complete.
|
![]() |
EndPromptRegex |
Gets/Sets if the end prompt is a regular expression
|
![]() |
Name |
Gets/Sets the name of this TelnetTask.
|
![]() |
NextTask |
Gets/Sets the next task executed after this TelnetTask.
|
![]() |
PreviousTask |
Gets/Sets the previous task executed before this TelnetTask.
|
![]() |
Script |
Gets/Sets the TelnetScript that this TelnetTask is bound to.
|
![]() |
StartPrompt |
Gets/Sets the shell start prompt this TelnetTask
should wait for before executing command.
|
![]() |
StartPromptRegex |
Gets/Sets if the start prompt is a regular expression.
|
![]() |
Status |
Gets/Sets completion status of this TelnetTask.
|
![]() |
Terminator |
Gets/Sets the command terminator used when sending
commands to TELNET server. Default is "\n".
|
![]() |
Timeout |
Gets/Sets the timeout in milliseconds for a
running tasks to receive the expected end prompt.
Default timeout is 120000ms (120 seconds).
|