I wish to get information about all existing processes (groups, ids, executors, etc.).
For this I tried to use IProcessController and IProcessManager, but I don’t know how. IoC like this:
IProcessController pc = IoC.Get<IProcessController>(null);
don’t find it and I didn’t find it as member of IApplication or its subelements.