The arguments derived from config.exec
which is passed to childProcess
of this instance.
The child process generated using child_process.spawn
.
The main command derived from config.exec
which is passed to childProcess
of this instance.
The Config
object provided to this instance.
The Display
instance which allows displaying user configued messages.
The Logger
instance which allows various log types based on level.
Try to kill the process running on the port specified in config.port
. If not, fail silently.
Kill the process if it has been spawned. If not, fail silently.
Restart the thread, executing the command specified in config.exec
.
The root path to start the process.
Start the thread, executing the command specified in config.exec
.
The root path to start the process.
Generated using TypeDoc
Handles the cleanup and restart of the command executer.
Kills the spawned process, kills the process running on the port to avoid conflicts and restarts a clean process.