mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
reset inter-launch delay when a task is launched from the Console
This commit is contained in:
parent
fa6728fff0
commit
aecd4f8323
1 changed files with 2 additions and 0 deletions
|
@ -1408,6 +1408,7 @@ NSLog(@"Problem %@", localException);
|
|||
found = YES;
|
||||
if (nil != l)
|
||||
{
|
||||
[l resetDelay];
|
||||
[l setWhen: [NSDate date]];
|
||||
[l setShutdown: NO];
|
||||
}
|
||||
|
@ -1438,6 +1439,7 @@ NSLog(@"Problem %@", localException);
|
|||
l = [LaunchInfo existing: key];
|
||||
if (nil != l)
|
||||
{
|
||||
[l resetDelay];
|
||||
[l setWhen: [NSDate date]];
|
||||
[l setShutdown: NO];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue