#include <Admin.h>
Works only for void return types right now The CleanUpMethod is a callback that cleans up the state in case only some actions complete successfully
Public Member Functions | |
| ParallelActions (AsyncRPC< void > completion, int nb_parallel_tracks, string msg, CleanUpMethod clean_up=CleanUpMethod()) | |
| void | clean_up () |
| string | as_string () const |
Public Attributes | |
| AsyncRPC< void > | m_completion |
| int | m_pending |
| string | m_msg |
| bool | m_already_failed |
| vector< bool > | m_actions_results |
| CleanUpMethod | m_clean_up_method |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8