AppSetBatchModeΒΆ

AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed.

nOldMode = AppSetBatchMode(nMode)

Return Value

nOldMode is the old mode.

Parameters

nMode

If nMode is 1, the batch mode is enabled. If nMode is 0 the batch mode is disabled.

Comment

Batch mode can be enabled in the command line:

uniplot.exe /BatchMode

Siehe auch AppGetCommandLine.

History

Version Description
5.14.7 Return value changed from bool to nOldMode.
5.0.0 New.

id-1596546