Beispiel #1
0
 /// <summary>
 /// Shutdown all processes on all process-systems
 /// </summary>
 public static Unit shutdownAll() =>
 ActorContext.StopAllSystems();
Beispiel #2
0
        /// <summary>
        /// Shutdown all processes on all process-systems
        /// </summary>
        public static Unit shutdownAll()
        {
            ProcessConfig.ShutdownLocalScheduler();

            return(ActorContext.StopAllSystems());
        }