instance

instance#

method

classmethod ProcessManager.instance() ProcessManager[source]#

Get the singleton instance of the ProcessManager.

Only the main process can access the ProcessManager.

Returns:
ProcessManager

The singleton instance of the ProcessManager.

Raises:
RuntimeError

If the requesting process is not the main process.