TruckSim Telemetry - v1.0.0
    Preparing search index...

    Interface TSTJobCancelledEvent

    interface TSTJobCancelledEvent {
        cargo: string;
        cargoId: string;
        cargoMass: number;
        cityDst: string;
        cityDstId: string;
        citySrc: string;
        citySrcId: string;
        compDst: string;
        compDstId: string;
        compSrc: string;
        compSrcId: string;
        jobCancelledPenalty: bigint;
        jobMarket: string;
        jobStartingTime: number;
        plannedDistanceKm: number;
        specialJob: boolean;
        unitCount: number;
        unitMass: number;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "unitCount"
          | "cargoMass"
          | "cargo"
          | "cargoId"
          | "cityDst"
          | "cityDstId"
          | "citySrc"
          | "citySrcId"
          | "compDst"
          | "compDstId"
          | "compSrc"
          | "compSrcId"
          | "jobCancelledPenalty"
          | "jobMarket"
          | "jobStartingTime"
          | "plannedDistanceKm"
          | "specialJob"
          | "unitMass",
      >
      • TSTJobCancelledEvent
    Index

    Properties

    cargo: string

    Cargo display name

    cargoId: string

    Cargo id

    cargoMass: number

    Mass of the cargo in kilograms

    cityDst: string

    Destination city display name

    cityDstId: string

    Destination city id

    citySrc: string

    Source city display name

    citySrcId: string

    Source city id

    compDst: string

    Destination company display name

    compDstId: string

    Destination company id

    compSrc: string

    Source company display name

    compSrcId: string

    Source company id

    jobCancelledPenalty: bigint

    Job cancellation penalty amount in the game's native currency (ATS=USD, ETS2=Euro)

    jobMarket: string

    The job market the current job is from

    jobStartingTime: number

    Time the job started (in in-game minutes)

    plannedDistanceKm: number

    Navigation planned distance in km

    specialJob: boolean

    Indicates if the current job is a special transport

    unitCount: number

    How many units of the cargo the job consist of

    unitMass: number

    Mass of the single unit of the cargo in kilograms