platform: implement commands for task management

This commit is contained in:
Torrie Fischer
2023-12-11 08:07:52 +01:00
parent ef74dc2178
commit d36de899fd
2 changed files with 74 additions and 0 deletions

View File

@@ -105,4 +105,6 @@ class Platform : public Task {
}
static void restart();
const std::vector<Command>& commands() const override;
};