Gets or sets whether the execution is paused.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxProperty Pause As Boolean
Get
Set
property bool Pause {
bool get ();
void set (bool value);
}
Property Value
Boolean
The execution paused state.
Remarks2025-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