D24232: Hitting a constraint sets a job to IDLE instead of COMPLETE so that it might be restarted later
Jasem Mutlaq
noreply at phabricator.kde.org
Wed Oct 2 08:25:58 BST 2019
mutlaqja added a comment.
So after this change, what's the meaning exactly of IDLE and ABORTED? when is the job made into ABORTED?
@wreissenberger Please check the PR
INLINE COMMENTS
> scheduler.cpp:1567
> case SchedulerJob::FINISH_AT:
> /* Job is complete if its fixed completion time is passed */
> if (job->getCompletionTime().isValid() && job->getCompletionTime() < now)
Maybe update the comments?
> scheduler.cpp:3113
> {
> + foreach (auto job, jobs)
> + job->updateJobCells();
for (auto job: jobs)
REPOSITORY
R321 KStars
REVISION DETAIL
https://phabricator.kde.org/D24232
To: wreissenberger, TallFurryMan, mutlaqja
Cc: kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20191002/828e78b7/attachment.html>
More information about the kde-edu
mailing list