Returns the connection status for the current Newlook Smartclient instance. Read-only.
object.Status = [value]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and value is a value or constant as described in Settings.
The Status property settings are:
Constant (Macros) |
Constant (Scripts) |
Value |
Description |
StatusDisconnected |
nlStatusDisconnected |
0 |
Not connected to a host. |
StatusConnected |
nlStatusConnected |
1 |
Connected to a host, ready. |
StatusBusy |
nlStatusBusy |
2 |
Connected to a host, busy. |
StatusError |
nlStatusError |
3 |
Connected to a host, an error has occurred. |
When using constants in the script editor, each constant must be prefaced by nl.
© 2004-2021 looksoftware. All rights reserved.