Starts execution of all queues of the manager.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub StartQueues
public void StartQueues()
When the queue is started, the queue manager takes items from a queue one by one, checks its state GetMethodState(Int32) and if it is NotStarted, runs the EvaluateMethod(Int32) method.
It is safe to call this method when the queue already started. So it is recommended to call this method each time you move an item to the head of the queue or update an item.