|
Tripal
|
Functions | |
| tripal_daemon_drush_help ($command) | |
| tripal_daemon_drush_command () | |
| drush_tripal_daemon_tripal_jobs_daemon ($action) | |
Implementation of the Tripal Daemon Drush commands.
| drush_tripal_daemon_tripal_jobs_daemon | ( | $action | ) |
Drush Command for Daemonized management of Tripal Jobs.
Simply plugs into the Daemon API for easier running. This is equivalent to drush jobs-daemon $action tripal_daemon.
| string | $action | One of 'start','stop','restart',status','show-log'. Meant to indicate what you want the daemon to do. |
| tripal_daemon_drush_command | ( | ) |
Implements hook_drush_command().
| tripal_daemon_drush_help | ( | $command | ) |
Implements hook_drush_help().