Task Statuses¶
The scheduler task-statuses command shows the latest status for each task known to the scheduler.
Parameters¶
| Parameter | Description |
|---|---|
--output, -o |
Output format: table, json, yaml (default: table). |
๐ฅ๏ธ Basic Usage¶
Usage: easytask scheduler task-statuses [OPTIONS]
Show latest status per task.
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --output -o [table\|json\|yaml] Output format (default: table) โ
โ --help -h Show this message and exit. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Example¶
โโโโโโโโโโโณโโโโโโโโโโโโโ
โ Task ID โ Status โ
โกโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 42 โ SUCCESS โ
โ 43 โ FAILED โ
โ 44 โ PENDING โ
โ 45 โ FROZEN โ
โ 46 โ ACTIVE โ
โโโโโโโโโโโดโโโโโโโโโโโโโ