Data Structures | |
struct | _edg_wll_JobStat |
struct | _edg_wll_TagValue |
edg_wll_JobStat manipulation | |
int | edg_wll_InitStatus (edg_wll_JobStat *) |
edg_wll_JobStat * | edg_wll_CpyStatus (const edg_wll_JobStat *, edg_wll_JobStat *) |
void | edg_wll_FreeStatus (edg_wll_JobStat *) |
edg_wll_JobStatCode | edg_wll_StringToStat (const char *) |
char * | edg_wll_StatToString (edg_wll_JobStatCode) |
Typedefs | |
typedef enum _edg_wll_JobStatCode | edg_wll_JobStatCode |
typedef _edg_wll_TagValue | edg_wll_TagValue |
typedef _edg_wll_JobStat | edg_wll_JobStat |
Enumerations | |
enum | edg_wll_StatJobtype { EDG_WLL_STAT_SIMPLE, EDG_WLL_STAT_DAG } |
enum | edg_wll_StatDone_code { EDG_WLL_STAT_OK, EDG_WLL_STAT_FAILED, EDG_WLL_STAT_CANCELLED } |
enum | _edg_wll_JobStatCode { EDG_WLL_JOB_UNDEF = 0, EDG_WLL_JOB_SUBMITTED, EDG_WLL_JOB_WAITING, EDG_WLL_JOB_READY, EDG_WLL_JOB_SCHEDULED, EDG_WLL_JOB_RUNNING, EDG_WLL_JOB_DONE, EDG_WLL_JOB_CLEARED, EDG_WLL_JOB_ABORTED, EDG_WLL_JOB_CANCELLED, EDG_WLL_JOB_UNKNOWN, EDG_WLL_JOB_PURGED, EDG_WLL_NUMBER_OF_STATCODES } |
|
Description of the job status. Returned by the edg_wll_JobStatus() function |
|
Job status numeric code |
|
Pair tag = value. |
|
|
|
|
Miscelaneous job status numeric codes |
|
Initialize dest structure and copy source status to this destination |
|
Free status structure contents.
|
|
Initialize empty status structure. Fills in the stucture with NULL's or values with no meaning |
|
Convert numeric job status code to string representation |
|
Convert string job status to numeric code. |