| FilespecsAutoScheduleHierarchyDriverShouldSchedule Property |
If the active drivers should be given the opportunity to scheduling incoming trips before autoschedule kicks in
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public bool DriverShouldSchedule { get; set; }
public:
property bool DriverShouldSchedule {
bool get ();
void set (bool value);
}
function get_DriverShouldSchedule();
function set_DriverShouldSchedule(value);
Property Value
Type:
BooleanSee Also