Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoadMaskQueueMode

Enumeration for sequence of load mask queue

Index

Enumeration members

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

Generated using TypeDoc