forked from Jibo-Revival-Group/JiboOs
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
|
|
*/ |