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

SyncHandler.Completed Property

Returns value indicating if the operation is currently running.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Completed As Boolean
C#
public virtual bool Completed { get; }

Property Value

Value that indicates whether the operation is currently running.

Remarks

If the operation is running, this property returns true. Otherwise operation completed or never started), it returns false.

It is recommended to check if the operation is running with this property rather than using property Locked, because the object can be locked not only when operation is run.

See Also

Reference