Action checks before process
Tydesson opened this issue · 0 comments
Tydesson commented
An action should be checked if it's not processed before processing it.
Use case :
- Command 1 gets a list of actions
- Command 1 process actions
- Command 2 is launched, gets same list of actions
- Command 2 process actions
- Command 1 should check if action about to be processed is not processed by command 2