__init__#

OslServerProcess.__init__(executable: str | Path | None = None, project_path: str | Path | None = None, batch: bool = True, port_range: Tuple[int, int] | None = None, password: str | None = None, no_run: bool | None = None, no_save: bool = False, force: bool = True, reset: bool = False, auto_relocate: bool = False, enable_tcp_server: bool = True, server_info: str | Path | None = None, log_server_events: bool = False, listener: Tuple[str, int] | None = None, listener_id: str | None = None, multi_listener: Iterable[Tuple[str, int, str | None]] | None = None, notifications: Iterable[ServerNotification] | None = None, shutdown_on_finished: bool = True, env_vars: Mapping[str, str] | None = None, logger=None, log_process_stdout: bool = True, log_process_stderr: bool = True, import_project_properties_file: str | Path | None = None, export_project_properties_file: str | Path | None = None, import_placeholders_file: str | Path | None = None, export_placeholders_file: str | Path | None = None, output_file: str | Path | None = None, dump_project_state: str | Path | None = None, opx_project_definition_file: str | Path | None = None, additional_args: Iterable[str] | None = None) None#

Initialize a new instance of the OslServerProcess class.