mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Create generic TasksTable component
This commit is contained in:
8
ui/src/types/taskState.ts
Normal file
8
ui/src/types/taskState.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type TaskState =
|
||||
| "active"
|
||||
| "pending"
|
||||
| "aggregating"
|
||||
| "scheduled"
|
||||
| "retry"
|
||||
| "archived"
|
||||
| "completed";
|
Reference in New Issue
Block a user