Contains possible states of methods of asynchronous items (i.e. objects which support IQueueItem interface).

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

Syntax

Visual Basic

Public Enumeration QueueItemMethodState

C#

public enum QueueItemMethodState

Members

Member name Description
NotStarted

Method never started.

Started

Method has been started but was not finished yet.

Finished

Method has been finished.