Files
JiboOs/docs/plugins/Lifecycle.js
2026-03-16 13:53:01 +02:00

18 lines
422 B
JavaScript

/**
* Jibo plugin designed to communicate with Skills Service Manager
* mainly to dispatch events when shutting down, initializing or showing
* the current jibo skill. Available on `jibo.lifecycle`
* @class LifeCycle
* @extends EventEmitter
* @implements Plugin
* @private
*/
/**
* Call when skill is done and wants to exit
*/
/**
* Called from skills manager
* @param command
*/