Description
-
Determines is server is active.
Property type
-
A Boolean value.
Syntax
-
object.Status
The Status Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSSHD. |
Remarks
-
Status property is used to determine if server is
currently active and accepting connections, or not. It is
possible that server is not active, and still port 22 is
accepting connections - in which case someone else is using
the port (it is possible that even some other instance of
wodSSHD is running).
|