Pause Function | |
Display a system modal dialog box to pause the current application.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION Pause() AS DWORD
public static uint Pause()
Request Example
View SourceReturn 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 See Also