Events
- Last UpdatedJun 06, 2017
- 1 minute read
You can use the following events with BatchGuiConfig.
ActionError
The ActionError event is called when a non-server generated error occurs during a batch action. Arguments: ErrorCode: an integer error code, and CancelMsgBox: an integer reference. It returns 1 to the CancelMsgBox argument to prevent the error message box from appearing.
LostServerConnection
The LostServerConnection event is called when the connection to Batch Server is lost. It has no arguments.
SystemShuttingDown
The SystemShuttingDown event is called when the Batch Server is shutting down. It has no arguments.