- introduced "stopexe run"

- fixed "task ps" to show names containing ':' correctly
This commit is contained in:
zolliker
2013-05-24 05:44:52 +00:00
parent f6a2b259ea
commit 8096212c52
3 changed files with 14 additions and 10 deletions

View File

@ -501,7 +501,10 @@ int StopExe(pExeList self, char *name)
self->iRun = 0;
return 1;
}
if (strcasecmp(name, "run") == 0) {
TaskSignalGroup(self->pTask, SICSINT, &interrupt, self->runID);
return 1;
}
TaskSignalGroup(self->pTask, SICSINT, &interrupt, self->waitID);
return 1;