AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed.
Return Value
nOldMode is the old mode.
Parameters
If nMode is 1, the batch mode is enabled. If nMode is 0 the batch mode is disabled.
History
| Version | Description |
|---|---|
| 5.14.7 | Return value changed from bool to nOldMode. |
| 5.0.0 | New. |
id-1596546