Animatroller.Framework.Controller.CueList.CueInstance.StopAllExistingTasks C# (CSharp) 메소드

StopAllExistingTasks() 공개 메소드

public StopAllExistingTasks ( ) : void
리턴 void
            public void StopAllExistingTasks()
            {
                foreach (var task in this.tasks.Values)
                {
                    Executor.Current.StopManagedTask(task);
                }
            }