LoadMaskQueueMode
@combeenation/custom-code-utils
Enumeration: LoadMaskQueueMode
Enumeration for sequence of load mask queue
Enumeration Members
FirstInFirstOut
FirstInFirstOut:
"FirstInFirstOut"
Older messages have priority over newer ones.
If this mode is selected the message of the current CtrlUtils.showLoadMask call is not shown immediatly
if other messages are still pending!
FirstInLastOut
FirstInLastOut:
"FirstInLastOut"
Newer message have priority over older ones