Workers API¶
Workers are the execution units of PyAutomation. They run in background threads to perform tasks such as data logging and state machine execution.
Available Workers¶
- BaseWorker: Abstract base class for all workers.
- LoggerWorker: Handles data persistence and database maintenance.
- StateMachineWorker: Coordinates the execution of all state machines.