Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Applications

applicationDidLaunch

Fired when an application that is registered for monitoring in the plugin manifest is launched.

Received by: Plugin

{
	event: string = "applicationDidLaunch",
	payload: {
		application: string
	}
}

applicationDidTerminate

Fired when an application that is registered for monitoring in the plugin manifest is terminated.

Received by: Plugin

{
	event: string = "applicationDidTerminate",
	payload: {
		application: string
	}
}