The run method of the result command.
This method will be called when the result command is processed by the
master and should carry out any actions the slave command needs carried
out on the master (e.g. save or register results).
- Parameters:
processor (Processor instance) - The master processor that queued the original Slave_command.
memo (Memo instance or None) - A memo that was registered when the original slave command was
placed on the queue. This provides local storage on the master.
- See Also:
-
multi.processor.Processor.,
multi.processor.Slave_command.,
multi.memo.Memo.
|