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.