| Midgard2 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | Known Derived Interfaces | Known Implementations | ||||
MidgardJob; gboolean midgard_job_is_running (MidgardJob *self); gboolean midgard_job_is_executed (MidgardJob *self); gboolean midgard_job_is_failed (MidgardJob *self);
MidgardJob is implemented by MidgardSqlContentManagerJob, MidgardSqlContentManagerJobCreate, MidgardSqlContentManagerJobDelete, MidgardSqlContentManagerJobLoad, MidgardSqlContentManagerJobPurge and MidgardSqlContentManagerJobUpdate.
gboolean midgard_job_is_running (MidgardJob *self);
|
MidgardJob instance |
Returns : |
TRUE if job is running, FALSE otherwise |
Since 12.09
gboolean midgard_job_is_executed (MidgardJob *self);
|
MidgardJob instance |
Returns : |
TRUE if job is executed, FALSE otherwise |
Since 12.09
gboolean midgard_job_is_failed (MidgardJob *self);
|
MidgardJob instance |
Returns : |
TRUE if job failed, FALSE otherwise |
Since 12.09