Click or drag to resize

Pause Function

X#
Display a system modal dialog box to pause the current application.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Pause() AS DWORD
Request Example View Source

Return Value

Type: DWord
A handle for the dialog box.
Remarks
Pause() opens a system modal dialog box, displaying the current module, entity, and line number and a "Waiting..." message.
The dialog box has two buttons: Ignore and Abort. Pressing Ignore will continue application execution, and pressing Abort will abort the application.
Examples