Closed ssreekanth closed 8 years ago
Now, start, restart and stop methods invoke callback with an argument that indicates the state of the electron process.
start
restart
stop
callback
state
The state can be one of the following string values -
started
restarting
restarted
stopped
Also, added an example under example\stop-on-example to show its usage.
example\stop-on-example
Now,
start
,restart
andstop
methods invokecallback
with an argument that indicates thestate
of the electron process.The
state
can be one of the following string values -started
restarting
restarted
stopped
Also, added an example under
example\stop-on-example
to show its usage.