| 
| 
  | $name = 'Transaction Archiving' | 
|   | 
|   | $description | 
|   | 
|   | $default_schedule | 
|   | 
| 
  | $name = 'Fannie Task' | 
|   | 
| 
  | $description = 'Information about the task' | 
|   | 
|   | $default_schedule | 
|   | 
| 
  | $schedulable = true | 
|   | 
|   | $log_start_stop = true | 
|   | 
| 
const  | TASK_NO_ERROR = 0 | 
|   | 
| 
const  | TASK_TRIVIAL_ERROR = 1 | 
|   | 
| 
const  | TASK_SMALL_ERROR = 2 | 
|   | 
| 
const  | TASK_MEDIUM_ERROR = 3 | 
|   | 
| 
const  | TASK_LARGE_ERROR = 4 | 
|   | 
| 
const  | TASK_WORST_ERROR = 5 | 
|   | 
 | 
| 
  | $error_threshold = 99 | 
|   | 
| 
  | $config = null | 
|   | 
| 
  | $logger = null | 
|   | 
| 
  | $options = array() | 
|   | 
| 
  | $arguments = array() | 
|   | 
| 
  | $test_mode = false | 
|   | 
      
        
          | TransArchiveTask::run  | 
          ( | 
           | ) | 
           | 
        
      
 
: transaction data was not archived. absolutely needs to be addressed.
: missing monthly table will prevent proper transaction archiving. absolutely needs to be addressed.
: transaction data was not archived. absolutely needs to be addressed.
: should not fail. could eventually create duplicate archive records if this is failing and queries above are not
 
 
      
        
          | TransArchiveTask::$default_schedule | 
        
      
 
Initial value:= array(
        'min' => 30,
        'hour' => 0,
        'day' => '*',
        'month' => '*',
        'weekday' => '*',
    )
 
 
 
      
        
          | TransArchiveTask::$description | 
        
      
 
Initial value:= 'Archive current transaction data.
    Replaces the old nightly.dtrans.php script.'
 
 
 
The documentation for this class was generated from the following file:
- fannie/cron/tasks/TransArchiveTask.php