SystemShuttingDown
- Last UpdatedAug 26, 2016
- 1 minute read
This event is called to inform an application that the Batch Server is shutting down or stopping all run-time applications. This event must be handled by any application that calls the Init method. Upon receiving this event an application should call the Term method. Failure to do this can cause the Batch Server shutdown sequence to wait indefinitely until the control is destroyed. The control should not be destroyed while in this event.
Syntax
OcxBatchVar_SystemShuttingDown ()