4 #include "Automation.h"
19 Parallel(
const char* name,
bool queueIfBlocked =
false,
bool restartable =
false);
28 Parallel(
const char* name, std::vector<Automation*> sequence,
bool queueIfBlocked =
false,
bool restartable =
false);
54 std::vector<Automation*> routines;
55 std::vector<Automation*> running;