This allows you to set the progress of a running task so you can check on it. This is useful for things like json updating of progress in a UI, etc.
Parameters- id - in URL. Id of task.
- percent - percent of task completed.
Optional: - msg - Any string, generally a human readable message that can be used for display.
Request{
"task_id": "TASK_ID",
"percent": 50,
"msg": "Half way there..."
}
Response
|