FutureProg types
VehicleService
| Property | Return type | Help |
|---|---|---|
.currentjourney |
VehicleJourney |
The active journey, or null. |
.enabled |
Boolean |
Whether future departures are enabled. |
.id |
Number |
The service identity. |
.name |
Text |
The service name. |
.nextdeparture |
MudDateTime |
The next in-world departure time. |
.operator |
Text |
The automatic or onboard operator mode. |
.readinessreason |
Text |
The first fail-closed readiness reason, or empty text. |
.ready |
Boolean |
Whether this service is operationally ready. |
.route |
VehicleRoute |
The pinned approved route revision. |
.vehicleid |
Number |
The assigned vehicle identity. |