has_active_project#
- property Optislang.has_active_project: bool#
Whether a project is loaded.
- Returns:
- bool
Trueif a project is loaded,Falseotherwise.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.
Deprecated since version 0.6.0: Use Optislang.application.project is not None instead.