Mycroft.Dispatcher.PreemptQueue C# (CSharp) Method

PreemptQueue() public method

public PreemptQueue ( Command cmd ) : void
cmd Mycroft.Cmd.Command
return void
        public void PreemptQueue(Command cmd)
        {
            DispatchPreemptStack.Add(cmd);
        }