Kstars
greedyscheduler.h
38 JobSchedule(SchedulerJob *j, const QDateTime &start, const QDateTime &stop, const QString &r = "")
45 * @param restartImmediately Aborted jobs should attempt to be restarted right after they were suspended.
49 * @param errorHandlingDelay The minimum delay (seconds) for restarting jobs that failed with errors.
58 * @param capturedFramesCount A structure, computed by the scheduler, which keeps track of previous job progress.
59 * @param scheduler A pointer to the module logging, useful for notifying the user. Can be nullptr.
128 static void printJobs(const QList<SchedulerJob *> &jobs, const QDateTime &time, const QString &label = "");
140 const QMap<QString, uint16_t> &capturedFramesCount, ModuleLogger *scheduler, bool reestimateJobTime = true) const;
KGuiItem stop()
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.