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()