Events allow code to be notified when certain processes occur. This is useful if you need to execute code based on certain events. To do so, you simply register a callback to the event, and when the event is triggered your callback will automatically be executed.

Executing unstable or badly written code using Events can cause Blesta to terminate unexpectedly during an important process.