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

ThumbnailListItem.GetMethodState Method

Gets the state of the specified method.

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

Syntax

Visual Basic
Public Overridable Function GetMethodState ( _
	methodIndex As Integer _
) As QueueItemMethodState
C#
public virtual QueueItemMethodState GetMethodState(
	int methodIndex
)

Parameters

methodIndex

Type: System.Int32

An integer value that specifies an index of the method.

Return Value

QueueItemMethodState value that specifies whether the method was started, finished, or never launched.

Remarks

No need to use this method directly.

See Also

Reference