mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-15 21:16:15 +00:00
18 lines
422 B
JavaScript
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
|
|
*/ |