UMD.HCIL.Piccolo.Activities PActivityScheduler in C# (CSharp): 2 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per UMD.HCIL.Piccolo.Activities.PActivityScheduler, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
PActivityScheduler is responsible for managing a list of activities to be processed.
PActivityScheduler is given a chance to process these activities from the PRoot's ProcessInputs() method. Most users will not need to use the PActivityScheduler directly, instead you should look at:
PNode.AddActivity - to schedule a new activity
PActivity.Terminate - to terminate a running activity
PRoot.ProcessInputs - already calls processActivities for you.