Click or drag to resize

IBasicNoUIPause Property

Gets or sets whether the execution is paused.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool Pause { get; set; }

Property Value

Boolean
The execution paused state.
Remarks

2025-01-24: This property has no effect at this time.

Assigning True to the Pause property causes an executing macro/module to stop. Assigning False causes a stopped macro/module to resume execution.

Setting Description
True Execution is paused.
False Execution is not paused.
See Also