figments: figment: redefine task startup state semantics
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class LogService : public Task {
|
||||
public:
|
||||
LogService() : Task("Logging") {}
|
||||
LogService() : Task("Logging") {state = Task::Running;}
|
||||
void handleEvent(const InputEvent& event) override;
|
||||
void loop() override {}
|
||||
|
||||
|
Reference in New Issue
Block a user