Function initialize_process_state

Source
pub fn initialize_process_state(
    invocation: &Invocation,
) -> Result<WorkspaceState>
Expand description

Initializes the process manager singleton and returns the WorkspaceState. For the main workspace, this knows about ALL the subprocesses. For each subprocess invocation, it only knows about the workspace process, which then delegates to other processes.