Functions.Pause Method |  |
Display a system modal dialog box to pause the current application.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.18
Syntax
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
See Also