Changes between Version 12 and Version 13 of Drupal HowTo Write Cron Tasks for CiviCRM


Ignore:
Timestamp:
06/02/14 14:44:23 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal HowTo Write Cron Tasks for CiviCRM

    v12 v13  
    5959Things to note are:
    6060* The jobName parameter cannot be NULL or empty.
    61 * The following additional option constructor parameters can be used to change the default enabled status and frequency:
     61* The following additional optional constructor parameters can be used to change the default enabled status and frequency:
    6262 * $defaultEnabled - takes values true or false.  The default is false.
    6363 * $defaultFrequency - takes one of the CronHelper frequency constant values: