mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 11:27:32 +01:00
Export Jobs list when finished.
This commit is contained in:
parent
c4d69c27a4
commit
e31820eb00
@ -220,12 +220,15 @@ public class JobBoss : GlobalBase
|
||||
queueHead.progressToken.Complete();
|
||||
break;
|
||||
}
|
||||
queueHead.ResetProgress();
|
||||
jobQueue.Dequeue();
|
||||
ExportJobsList();
|
||||
}else if (queueHead.progressToken.state is ProgressToken.State.Standby)
|
||||
{
|
||||
Job[] subJobs = jobQueue.Peek().ExecuteReturnSubTasks().ToArray();
|
||||
AddJobs(subJobs);
|
||||
AddJobsToQueue(subJobs);
|
||||
ExportJobsList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user