Kstars
schedulertypes.h
54typedef enum { INDI_IDLE, INDI_CONNECTING, INDI_DISCONNECTING, INDI_PROPERTY_CHECK, INDI_READY } INDIState;
104 SCHEDJOB_ERROR, /**< Job encountered a fatal issue while processing, and must be reset manually */
105 SCHEDJOB_ABORTED, /**< Job encountered a transitory issue while processing, and will be rescheduled */
@ SCHEDJOB_ABORTED
Job encountered a transitory issue while processing, and will be rescheduled.
Definition schedulertypes.h:105
@ SCHEDJOB_INVALID
Job has an incorrect configuration, and cannot proceed.
Definition schedulertypes.h:106
@ SCHEDJOB_ERROR
Job encountered a fatal issue while processing, and must be reset manually.
Definition schedulertypes.h:104
ErrorHandlingStrategy
options what should happen if an error or abort occurs
Definition schedulertypes.h:58
CompletionCondition
Conditions under which a SchedulerJob may complete.
Definition schedulertypes.h:80
SchedulerTimerState
IterationTypes, the different types of scheduler iterations that are run.
Definition schedulertypes.h:89
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.