Overview
The Event Manager logic in MIKE OPERATIONS consists of two components - An Event Manager offering business layer functionality for sending and subscribing to events - A Windows Service activin as a post office or broker between senders and subscribers
The main purpose of the Event Manager and Event Manager Service is primarily to provide updated information about running jobs, but any process in MIKE OPERATIONS can act as sender and/or subscriber of events.
Every job being executed, will create an entry in the event manager table, so that other managers in MIKE OPERATIONS, can subscribe to job events.
Job Explorer, Operation Explorer and Scenario Manager are examples of UI components which subscribe to Job events for updating the status of running jobs in the UI.
If the Event Manager Service is not running, the UI will not update status of running jobs.