Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ExitSignal property
Holds exit signal from SSH connection.
Type
StringSyntax
- Basic
object.ExitSignal [= value]
The ExitSignal(object) syntax has these parts:
The ExitSignal(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
ExitSignal property holds result code sent by SSH server when remote command was terminated violently due to a signal. Empty property usually means that command terminated successfully.ExitSignal will hold data in the format: SIGNAL C EXPLANATION
SIGNAL can be one of these: ABRT ALRM FPE HUP ILL INT KILL PIPE QUIT SEGV TERM USR1 USR2 (additional signal names may be send in the format sig-name@xyz)
C will hold 1 if core was dumped (0 otherwise)
EXPLANATION will hold text description of the error message, may consist of multiple lines. You can choose to display this error to the user.
NOTE: this property is used only in SSH protocol.