MidgardJob

MidgardJob

Synopsis

                    MidgardJob;
gboolean            midgard_job_is_running              (MidgardJob *self);
gboolean            midgard_job_is_executed             (MidgardJob *self);
gboolean            midgard_job_is_failed               (MidgardJob *self);

Object Hierarchy

  GInterface
   +----MidgardJob

Prerequisites

MidgardJob requires MidgardExecutable and GObject.

Known Derived Interfaces

MidgardJob is required by MidgardContentManagerJob.

Known Implementations

MidgardJob is implemented by MidgardSqlContentManagerJob, MidgardSqlContentManagerJobCreate, MidgardSqlContentManagerJobDelete, MidgardSqlContentManagerJobLoad, MidgardSqlContentManagerJobPurge and MidgardSqlContentManagerJobUpdate.

Description

Details

MidgardJob

typedef struct _MidgardJob MidgardJob;


midgard_job_is_running ()

gboolean            midgard_job_is_running              (MidgardJob *self);

self :

MidgardJob instance

Returns :

TRUE if job is running, FALSE otherwise

Since 12.09


midgard_job_is_executed ()

gboolean            midgard_job_is_executed             (MidgardJob *self);

self :

MidgardJob instance

Returns :

TRUE if job is executed, FALSE otherwise

Since 12.09


midgard_job_is_failed ()

gboolean            midgard_job_is_failed               (MidgardJob *self);

self :

MidgardJob instance

Returns :

TRUE if job failed, FALSE otherwise

Since 12.09