in openwhisk/executor.go [110:117]
func (proc *Executor) Exited() bool { select { case <-proc.exited: return true default: return false } }