in openwhisk/executor.go [191:197]
func (proc *Executor) Stop() { Debug("stopping") if proc.cmd != nil { proc.cmd.Process.Kill() proc.cmd = nil } }