You are here

function rules_scheduler_action_delete_help in Rules 7.2

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

Help for the cancel action.

Related topics

File

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

Code

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