| FilespecsAutoScheduleHierarchyDispatcherShouldSchedule Property |
If the dispatcher should be given the opportunity to schedule new trips before the autoschedule kicks in
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public bool DispatcherShouldSchedule { get; set; }
public:
property bool DispatcherShouldSchedule {
bool get ();
void set (bool value);
}
function get_DispatcherShouldSchedule();
function set_DispatcherShouldSchedule(value);
Property Value
Type:
BooleanSee Also