scheduleObject (output)
One of the three principal scheduling objects. The output attributes are a subset of the input attributes, representing the schedule proposed by Spiral.
{ "resource": [resource], "project": [project], "responsePoint": [responsePoint] }- resource — a resource that does work and can service stops depending on its skills, roster and location. See resourceObject (output).
- project — a collection of stops requiring servicing to accomplish an objective; Spiral allocates projects to resources in the most efficient manner per the business rules.
- responsePoint — a specialised project assigned to resources without active stops, positioning them for rapid service when new demand arrives. See responsePointObject.
Queues lack schedules and are never updated.