qmi.tools.proc.start_local_process

qmi.tools.proc.start_local_process(context_name: str) int

Start the specified process on the local computer.

Parameters:

context_name – Context to be started.

Returns:

Process ID of the newly started process.

Raises:

ProcessException – If the process can not be started.