Shuttle Task Update CMD
ShuttleTaskUpdateCmd
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
equipmentType | string | true | none | Equipment Type | |
prioritize | boolean | false | none | Task Priority<br />Indicates whether this task should be processed with high priority<br />true: high priority task, will be processed first<br />false: normal priority task<br />Can be updated to change task priority | |
equipmentId | string | true | none | Equipment ID | |
fromLocationId | string | false | none | Source Location ID | |
toLocationId | string | false | none | Target Location ID | |
plannedStartTime | string | true | none | Planned Start Time | |
plannedEndTime | string | false | none | Planned Start Time | |
notes | string | false | none | Additional Notes | |
photos | [string] | false | none | Photo List | |
releaseLocation | boolean | false | none | Whether to release the original target location after task update<br />If true, the original target location will be marked as AVAILABLE if not used by other tasks | |
forceCreate | boolean | false | none | Whether to force occupy the new target location<br />If true, the new target location will be marked as OCCUPIED even if it's already occupied |
Enum Values
Property | Value |
|---|---|
equipmentType | VEHICLE |
equipmentType | TRAILER |
equipmentType | CHASSIS |
equipmentType | CONTAINER |
equipmentType | FLATBED |
equipmentType | OTHER |
equipmentType | NO_EQUIPMENT |