Skip to main content
Version: 7.0

Launch events

A launch event occurs when one of the platform's components starts. For each launch event the platform provides a predefined action that runs as the event's handler; a developer plugs initialization logic into this handler.

ComponentHandlerWhen the event occurs
Application serverSystemEvents.onStartedOnce per application server start, before the server begins accepting client connections.
Desktop clientSystemEvents.onDesktopClientStartedOnce per desktop client launch, after the client has connected to the application server.
Web clientSystemEvents.onWebClientStartedOnce per web client launch, after the client has connected to the application server.