1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-21 00:43:03 +08:00

feat(ALTimerTaskWidget): 新增定时器任务状态 - 执行失败

This commit is contained in:
2025-12-13 14:22:28 +08:00
parent ca9059d1db
commit 18ae949900
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ class TimerTaskStatus(Enum):
READY = "已就绪"
RUNNING = "执行中"
EXECUTED = "已执行"
ERROR = "执行失败"
OUTDATED = "已过期"