Support for TargetController commands that do not require the TargetController to be in an active state
This commit is contained in:
@@ -36,6 +36,10 @@ namespace Bloom::TargetController::Commands
|
||||
return Command::type;
|
||||
}
|
||||
|
||||
[[nodiscard]] virtual bool requiresActiveState() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
[[nodiscard]] virtual bool requiresStoppedTargetState() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user