Skip to main content

update

Function update 

Source
pub(super) fn update(
    id: &str,
    stage: &str,
    percent: u8,
    status: TaskStatus,
    detail: Option<String>,
    error: Option<String>,
    result_filename: Option<String>,
)
Expand description

更新任务进度(后台任务调用)。