Accessing scheduled events
Scheduled Events panel
All scheduled events are listed on the Scheduled Events panel, located at Control Panel > Scheduled Events in the WinGate Management console.
From here you can create, edit and delete any scheduled event that is listed. The panel also provides details of when each event was last run and when they are scheduled to occur again.
Events panel
When a scheduled event is created and registered with the Events system, it is listed on the Events panel, located at Control Panel > Events in the WinGate Management console.
From here you can select which event processor will handle the scheduled event when it happens (e.g. Send Mail, Policy system etc). When you select the event processor, it will open the appropriate event processor configuration so you can set how it will respond when the scheduled event occurs.
Note
When a module or component creates and registers its own scheduled event with the Scheduler system, it is usually for a specific module system purpose such as rolling over log files, or performing a scheduled purge of the Timeline. These type of scheduled events wont appear on the Events panel since their processing is taken care of by the module or component that created it.
Accessing scheduled items using script
When using a WinGate scripting system event processor, or a configuration that has access to the Symbol Browser to specify processing for the Scheduled event, the Event object published by the Events system provides methods for referring and controlling the execution of the event (name and source).
Please refer to the Events system help for details of the Events object.