Job Cancelled
{
type: "cancelled",
driver: "76561199051221571",
game: "ets2",
details: {
expectedDeliveryTimestamp: {
value: 17414455,
unix: 723300000
},
plannedDistance: {
km: 4505,
miles: 2799
},
cargo: {
mass: 9200,
unitMass: 230,
damage: 0,
isLoaded: true,
id: "arsenic",
name: "Arsenic"
},
isSpecial: false,
destination: {
city: {
id: "hannover",
name: "Hannover"
},
company: {
id: "sanbuild_cem",
name: "Sanbuilders"
}
},
source: {
city: {
id: "larochelle",
name: "La Rochelle"
},
company: {
id: "batisse_wind",
name: "Bâtisse"
}
},
market: {
id: "quick_job",
name: "Quick Job"
},
income: 86581,
penalty: 12000,
startedTimestamp: {
value: 17406518,
unix: 851880000
},
cancelledTimestamp: {
value: 17406538,
unix: 853080000
}
}
}
| Parameter | Type |
|---|---|
type | String |
driver | String |
game | String |
details.expectedDeliveryTimestamp | Object |
details.plannedDistance | Object |
details.cargo | Object |
details.isSpecial | Boolean |
details.destination.city | Object |
details.destination.company | Object |
details.source.city | Object |
details.source.company | Object |
details.market | Object |
details.income | Number |
details.penalty | Number |
details.startedTimestamp | Object |
details.cancelledTimestamp | Object |