Click or drag to resize

IBasicNoUIPause_ Event

Occurs when execution has been paused.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
event EventHandler<EventArgs> Pause_

Value

EventHandlerEventArgs
Remarks
The event handler receives an argument of type EventArgs.

When this event is triggered, both the Pause and Run properties will be True.

See Also