qmi.tools.proc.start_process

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

Start the specified process on a local or remote computer.

Parameters:

context_name – Context to be started.

Returns:

Process ID of the newly started process.

Return type:

pid

Raises:

ProcessException – If the process can not be started.