#include <Admin.h>
If all tasks complete successfully, it returns a success message to the client As soon as one task fails, it returns a failure message to the client Once all task complete, if any of the tasks failed, it will invoke the ParrallelActions::clean_up method to clean-up the state of partially executed tasks.
Static Public Member Functions | |
void | action_result (ptr< ParallelActions > p, int action_nb, RPC< void > result) |
|
|