taskID property
Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the task operation and this taskID.
Implementation
@JsonKey(name: r'taskID')
final int taskID;