timeout#
- abstract property OslServer.timeout: float | None#
 Get the timeout value for executing commands.
- Returns:
 - timeout: 
Optional[float] Timeout in seconds to perform commands. This value must be greater than zero or
None. The default isNone. Another function raises a timeout exception if the timeout value has elapsed before an operation has completed. If the timeout isNone, functions wait until they’re finished, and no timeout exception is raised.
- timeout: