Class MessageQueue
- Namespace
- Coherence.Editor
- Assembly
- Coherence.Editor.dll
public static class MessageQueue
- Inheritance
-
MessageQueue
Methods
AddToQueue(string, EditorTask, Action)
public static void AddToQueue(string scopeID, EditorTask task, Action action)
Parameters
scopeID
string
task
EditorTask
action
Action
HasMessages(string)
public static bool HasMessages(string scopeID)
Parameters
scopeID
string
Returns
- bool
ProcessActiveMessages(string)
public static void ProcessActiveMessages(string scopeID)
Parameters
scopeID
string