AppGetBatchModeΒΆ

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

nMode = AppGetBatchMode()

Return Value

nMode is 0: Batch mode is disabled, nMode is 1: Batch mode is enabled,.

History

Version Description
5.0.0 New

id-1514626