This documentation is for the old version. Go to the latest Graphics Mill docs

QueueManager.StartQueues Method

Starts execution of all queues of the manager.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub StartQueues
C#
public void StartQueues()

Remarks

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.

See Also

Reference