支持显示运行进度

This commit is contained in:
algotao
2025-09-16 10:49:54 +08:00
parent fade72885f
commit ca81fba208
3 changed files with 29 additions and 8 deletions

View File

@@ -112,6 +112,8 @@ message Task {
string create_time = 10; // 创建时间
string run_time = 11; // 运行时间
string finish_time = 12; // 完成时间
uint32 running_block = 13; // 正在运行的块编号
uint32 total_block = 14; // 总块数
TaskStatus status = 15; // 任务状态
}