Pauses execution of the current operation.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub Pause
public virtual void Pause()
When operation is paused, Paused event fires.
You can resume the execution using Continue() method.