Aurigma Graphics Mill 5.5 for .NET
SyncHandler..::.Completed Property
Returns value indicating if the operation is currently running.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
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.