The TelnetTask type exposes the following members.

Fields

  Name Description
Public field Static member ACTIVE
TelnetTask is active and waiting for start prompt to execute command.
Public field Static member CANCELLED
TelnetTask was cancelled by user or due to a timeout.
Public field Static member COMPLETE
TelnetTask has finished execution of command and has received end prompt.
Public field Static member PENDING
TelnetTask is waiting to be activated.
Public field Static member RUNNING
TelnetTask has received start prompt and is currently executing command.
Public field Static member TIMEDOUT
TelnetTask exceeded maximum runtime timeout value.

See Also