Returns value indicating if the operation is currently running.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable ReadOnly Property Completed As Boolean
public virtual bool Completed { get; }
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.