Click or drag to resize

IBasicNoUIResume Event

Occurs when execution has been resumed.

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

Value

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

When this event is triggered, the Pause property will be False, while the Run property will be True.

See Also