Function start_progress

Source
pub async fn start_progress<'a, E: Executor<'a, Database = Postgres>>(
    executor: E,
    company_id: i32,
    id: i32,
) -> Result<Task>
Expand description

Start task by id.

ยงErrors

Returns error if there was a problem while starting task.