Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

IsBatchMode

Use this function to determine whether Longview Application Framework is running in batch mode or not. This information helps developers design their apps to work in both batch mode and Smart Client mode, since some commands cannot be run in batch mode (such as Show Message). A return value of 1 indicates that the function is running in batch mode, a return value of 0 indicates that it is not.

Syntax

IsBatchMode()

Published:

IsBatchMode

Use this function to determine whether Longview Application Framework is running in batch mode or not. This information helps developers design their apps to work in both batch mode and Smart Client mode, since some commands cannot be run in batch mode (such as Show Message). A return value of 1 indicates that the function is running in batch mode, a return value of 0 indicates that it is not.

Syntax

IsBatchMode()

For an optimal Community experience, Please view on Desktop