start#

abstract OslServer.start(wait_for_started: bool = True, wait_for_finished: bool = True) None#

Start project execution.

Parameters:
wait_for_startedbool, optional

Determines whether this function call should wait on the optiSlang to start the command execution. Defaults to True.

wait_for_finishedbool, optional

Determines whether this function call should wait on the optiSlang to finish the command execution. Defaults to True.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.