mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
Fixup for restart after quite while suspended
This commit is contained in:
parent
dfa7447593
commit
56bc1a6958
1 changed files with 7 additions and 0 deletions
|
@ -1785,6 +1785,13 @@ desiredName(Desired state)
|
|||
startingAlarm = NO;
|
||||
[command clearAll: name addText: @"process manually stopped"];
|
||||
}
|
||||
/* Being deliberately shut down before launch completed is equivalent
|
||||
* to a clean shutdown of a running process, so we must set variables
|
||||
* to let the -progress method know that.
|
||||
*/
|
||||
terminationStatusKnown = YES;
|
||||
terminationSignal = 0;
|
||||
terminationStatus = 0;
|
||||
[self progress];
|
||||
}
|
||||
return abandon;
|
||||
|
|
Loading…
Reference in a new issue