You are here

function rules_scheduler_action_delete_help in Rules 6

Same name and namespace in other branches
  1. 7.2 rules_scheduler/rules_scheduler.rules.inc \rules_scheduler_action_delete_help()

Help for the delete action.

File

rules_scheduler/rules_scheduler.rules.inc, line 106
Rules integration for the rules scheduler module.

Code

function rules_scheduler_action_delete_help() {
  return t('This action allows you to cancel scheduled tasks that are waiting for future execution.') . ' ' . t('They can be addressed by an identifier or by the rule set name, if both are specified only tasks fulfilling both requirements will be deleted.');
}