function rules_scheduler_action_delete_help

Help for the cancel action.

Related topics

File

rules_scheduler/rules_scheduler.rules.inc, line 213

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.');
}