Tripal
Functions
tripal_daemon.drush.inc File Reference

Functions

 tripal_daemon_drush_help ($command)
 
 tripal_daemon_drush_command ()
 
 drush_tripal_daemon_tripal_jobs_daemon ($action)
 

Detailed Description

Implementation of the Tripal Daemon Drush commands.

Function Documentation

◆ drush_tripal_daemon_tripal_jobs_daemon()

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.

Parameters
string$actionOne of 'start','stop','restart',status','show-log'. Meant to indicate what you want the daemon to do.

◆ tripal_daemon_drush_command()

tripal_daemon_drush_command ( )

Implements hook_drush_command().

◆ tripal_daemon_drush_help()

tripal_daemon_drush_help (   $command)

Implements hook_drush_help().