protected function Messaging_Message::process_todo in Messaging 7
Check whether an operation is still to do for the current method
1 call to Messaging_Message::process_todo()
- Messaging_Message::process_step in ./messaging.message.inc 
- Run operations on message for current method if not done before
File
- ./messaging.message.inc, line 555 
- Drupal Messaging Framework - Message class file
Class
- Messaging_Message
- Message class
Code
protected function process_todo($step) {
  return !isset($this->process[$this->method][$step]);
}