Skip to content

responsePointObject

A wrapper that associates an identifier with stops — describing a location where an idle resource may be sent to wait for new work.

id integer
Unique identifier for this response point.
active dowString
Days of week on which the response point is active.
on timeInterval
Start of the active period (time of day).
off timeInterval
End of the active period (time of day).
arriveWithin timeInterval
Target time within which an idle resource positioned here should be able to reach new work. Default 1 hour.
solveInterval timeInterval
How frequently resources for this response point are searched for. Default 600 seconds.
stops stopObject
The single root stop for this response point.