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

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()

Remarks

When operation is paused, Paused event fires.

You can resume the execution using Continue() method.

See Also

Reference