| FilespecsAutoScheduleHierarchyDispatcherResponseTime Property |
The amount of time (in seconds) that the dispatcher has to assign a new trip before it falls to the next scheduling heirarchy. Set to 0 for a forever wait
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public int DispatcherResponseTime { get; set; }
public:
property int DispatcherResponseTime {
int get ();
void set (int value);
}
function get_DispatcherResponseTime();
function set_DispatcherResponseTime(value);
Property Value
Type:
Int32See Also