Abort[(Message: String, Silent: Boolean)]
Terminates executing code immediately, displaying an optional Message parameter in a dialog box. If no message is supplied the generic 'XXXX aborted' message will appear. Abort can optionally terminate silently (without a prompt) by passing the optional Silent parameter as True, default is False.
Abort function syntax has these named arguments:
Parameter |
Description |
Message |
Optional. Message to be displayed. |
Silent |
Optional. When True, no message is displayed. Defaults to False. |