Aurigma Graphics Mill 5.5 for .NET
SyncHandler..::.Pause Method
Pauses execution of the current operation.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Sub Pause
C#
public virtual void Pause()
Implements
Remarks
When operation is paused, Paused event fires.
You can resume the execution using Continue()()() method.