function rb_batch_action_batch_context in Rules Bonus Pack 7
Pseudo action to alter batch context data (Message and Finished values).
File
- rb_batch/
rb_batch.rules.inc, line 99 - Provides a batched rule set component to rules.
Code
function rb_batch_action_batch_context($message, $finished) {
/**
* We don't need to do anything here, rules will save our arguments
* to the state object anyway. We will use it later while execution
* in the batch operations.
* @see rb_batch.module
*/
}