Class DEPLOYTASK
A DEPLOYTASK orchestrates the deployment of CARGO within a specific landing zone.
Methods
| DEPLOYTASK:New (LandingZones, CargoType) | Creates a new DEPLOYTASK object, which models the sequence of STAGEs to unload a cargo. |
| DEPLOYTASK:SetCargoTargetZoneName (TargetZoneName) | When the cargo is unloaded, it will move to the target zone name. |
Methods
- DEPLOYTASK:New (LandingZones, CargoType)
-
Creates a new DEPLOYTASK object, which models the sequence of STAGEs to unload a cargo.
Parameters:
- LandingZones table{string,...} or string Table or name of the zone(s) where Cargo is to be unloaded.
- CargoType CARGO_TYPE Type of the Cargo.
- DEPLOYTASK:SetCargoTargetZoneName (TargetZoneName)
-
When the cargo is unloaded, it will move to the target zone name.
Parameters:
- TargetZoneName string Name of the Zone to where the Cargo should move after unloading.