electron-connect v0.5.0
Change log
- Handle
stopOnCloseoption. closes #32.
New in v0.5.0
When stopOnClose option is enabled in server's create(), ProcessManager's start(), restart() and stop() methods will invoke callback with an argument that indicates the state of the electron process, which could be one of the following string values -
startedrestartingrestartedstopped
See example/stop-on-close, where you can find sample code that uses stopOnClose option and stopped state to shutdown gulp process gracefully.