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

ISyncHandler.Completed Property

Returns value indicating if the operation is currently running.

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

Syntax

Visual Basic
ReadOnly Property Completed As Boolean
C#
                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.

See Also

Reference