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

ISyncHandler.Pause Method

Pauses execution of the current operation.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Sub Pause
C#
void Pause()

Remarks

To resume the execution, use Continue() method.

See Also

Reference