Shuttle Task Create CMD
ShuttleTaskCreateCmd
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 />If not specified, defaults to false (normal priority) | |
equipmentId | string | true | none | Equipment ID | |
fromLocationId | string | false | none | Source Location ID | |
toLocationId | string | false | none | Target Location ID | |
assigneeId | string | false | none | Task Assignee ID | |
plannedStartTime | string | true | none | Planned Start Time | |
plannedEndTime | string | false | none | Planned End Time | |
notes | string | false | none | Additional Notes | |
releaseLocation | boolean | false | none | Whether to release the source location after task creation<br />If true, the source location will be marked as AVAILABLE immediately | |
forceCreate | boolean | false | none | Whether to force occupy the target location<br />If true, the target location will be marked as OCCUPIED even if it's already occupied | |
entryId | string | false | none | Related Entry Ticket ID |
Enum Values
Property | Value |
|---|---|
equipmentType | VEHICLE |
equipmentType | TRAILER |
equipmentType | CHASSIS |
equipmentType | CONTAINER |
equipmentType | FLATBED |
equipmentType | OTHER |
equipmentType | NO_EQUIPMENT |