.. highlightlang:: us .. index:: AppGetBatchMode .. _appgetbatchmode: AppGetBatchMode =============== .. us.tag AppGetBatchMode NOTREADYENGLISH New500 App :ref:`AppGetBatchMode` returns the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. .. function:: nMode = AppGetBatchMode() .. us.return **Return Value** *nMode* is 0: Batch mode is disabled, *nMode* is 1: Batch mode is enabled,. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppSetBatchMode`, :ref:`log_set_filename` :sub:`id-1514626`