> For the complete documentation index, see [llms.txt](https://sjdawson.gitbook.io/trucksimulatorplugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sjdawson.gitbook.io/trucksimulatorplugin/features/job.md).

# Job

Properties, events and actions relating to job data

## Properties

### Over Speed Limit

`TruckSimulatorPlugin.Job.OverSpeedLimit`

Returns `True` when you're over the speed limit for the current road you're on. If there's no limit set, this property continues to return `False`. Takes into account the "Over Speed Margin" value from the plugin's settings, allowing there to be a window above the limit before this property activates, this stops it from constantly flip-flopping when you're on the current limit.

### Over Speed Limit (Percentage)

`TruckSimulatorPlugin.Job.OverSpeedLimitPercentage`

Reports a percentage value where 0% is the current speed limit of the road you're on, and 100% is the current speed limit plus the amount specified by the "Over Speed Margin" setting.

### Next Rest Warning

`TruckSimulatorPlugin.Job.NextRestWarning`

Returns `True` when there's less than 1 in-game hour left before you need to take your next rest stop.

### Job Total Days Left

{% hint style="danger" %}
This property is currently broken, as the telemetry data it relied on no longer exists. Will show 0 at all times currently.
{% endhint %}

### Job Total Hours Left

{% hint style="danger" %}
This property is currently broken, as the telemetry data it relied on no longer exists. Will show 0 at all times currently.
{% endhint %}

### Job Minutes

{% hint style="danger" %}
This property is currently broken, as the telemetry data it relied on no longer exists. Will show 0 at all times currently.
{% endhint %}
