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)
Public Enumeration QueueItemMethodState
public enum QueueItemMethodState
Member name | Description | |
---|---|---|
NotStarted |
Method never started. |
|
Started |
Method has been started but was not finished yet. |
|
Finished |
Method has been finished. |