Icon OnServerScheduledEvent Event

property OnServerScheduledEvent: TServerScheduledEvent

Usage

The OnServerScheduledEvent event is fired when the EngineType property is set to etServer and a scheduled event is launched by the database server. Assigning an event handler to this event allows for the implementation of scheduled events like online backups on the database server.

Information If an event handler is not assigned to this event or the event handler doesn't set the Completed variable parameter to True, DBISAM will keep attempting to launch the scheduled event until the Completed variable parameter is set to True or the time period configured for the scheduled event elapses.
Image