X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FJob.xml;h=45429a4afff94779db49007f4b3ea5cb95734ee5;hb=5c50035da722d2d4b9f4ff2e30faeb6ba9772318;hp=a14a271d8d86c483e123acdd2cb75e93d706be69;hpb=e01a5ffed559ccb3a64fba29f0ca8964e00d3178;p=civicrm-core.git diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index a14a271d8d..45429a4aff 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -8,107 +8,125 @@ 4.1 false - id - int unsigned - true - Job Id - 4.1 + id + Job ID + int unsigned + true + Job Id + 4.1 - id - true + id + true - domain_id - int unsigned - true - - civicrm_domain
- id - name -
- Which Domain is this scheduled job for - 4.1 + domain_id + Job Domain + int unsigned + true + + civicrm_domain
+ id + name +
+ Which Domain is this scheduled job for + 4.1
- domain_id - civicrm_domain
- id - 4.1 + domain_id + civicrm_domain
+ id + 4.1
- run_frequency - varchar - 8 - "Daily" - Scheduled job run frequency. - - CRM_Core_SelectValues::getJobFrequency - - 4.1 - - Select - + run_frequency + Job Frequency + varchar + 8 + "Daily" + Scheduled job run frequency. + + CRM_Core_SelectValues::getJobFrequency + + 4.1 + + Select + - last_run - datetime - NULL - When was this cron entry last run - 4.1 + last_run + timestamp + NULL + false + When was this cron entry last run + 4.1 - name - varchar - 255 - Title of the job - 4.1 + scheduled_run_date + timestamp + NULL + false + When is this cron entry scheduled to run + 4.7 - description - varchar - 255 - Description of the job - 4.1 + name + Job Name + varchar + 255 + Title of the job + 4.1 - api_prefix - varchar - 255 - "civicrm_api3" - Prefix of the job api call - 4.1 - 4.3 + description + Job Description + varchar + 255 + Description of the job + 4.1 - api_entity - varchar - 255 - Entity of the job api call - 4.1 + api_prefix + varchar + 255 + "civicrm_api3" + Prefix of the job api call + 4.1 + 4.3 - api_action - varchar - 255 - Action of the job api call - 4.1 + api_entity + API Entity + varchar + 255 + Entity of the job api call + 4.1 - parameters - text - List of parameters to the command. - - TextArea - 4 - 60 - - 4.1 + api_action + API Action + varchar + 255 + Action of the job api call + 4.1 - is_active - boolean - Is this job active? - 4.1 + parameters + API Parameters + text + List of parameters to the command. + + TextArea + 4 + 60 + + 4.1 + + + is_active + Job Is Active? + boolean + Is this job active? + 4.1