Beispiel #1
0
 /// <summary>
 /// Get the child processes of the process ID provided
 /// </summary>
 public static Map <string, ProcessId> children(ProcessId pid) =>
 ActorContext.GetChildren(pid);