- fixed "task ps" to show names containing ':' correctly
@ -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);
TaskSignalGroup(self->pTask, SICSINT, &interrupt, self->waitID);
The note is not visible to the blocked user.