Task Data Type
A task is a general term that defines that something is performed on a set of cars on behalf of a user.
A task can be some kind of measurement assignment (MCD-Hub, Signal Reader, ..) or an ECU software update (SWDL). Also, a task can be started on one or more cars. A task on a specific car is called an assignment.
| name | data type | constraints | description |
|---|---|---|---|
| id | number | required int | Uniquely identifies a task. |
Example
{
"id" : 12345
}