The ClickTime App uses geofencing technology to automatically record when employees enter or exit defined job sites.
This ensures that clock‑in and clock‑out events are captured reliably, even if GPS or network services are temporarily unavailable.
Internally, the ClickTime App keeps a complete list of all registered job sites and their geofence boundaries. Alongside this, the app stores the last known geofence state — whether the device was marked as ENTER (inside) or EXIT (outside). By maintaining this state, the app can reconcile an employee’s location when GPS/network services starts or resume, ensuring that the correct clock‑in or clock‑out event is triggered.
This design allows the ClickTime App to provide accurate workforce tracking while minimizing gaps caused by service interruptions. Employees and administrators can trust that the system will consistently reflect the correct presence status at each job site.
How the ClickTime App “knows” your last state
The ClickTime App persists geofence state in its internal database.
When you ENTER a geofence
Where the “memory” comes from
The ClickTime App persists geofence state in its internal database. That’s why it can compare current location vs last known state. It doesn’t guess — it relies on the last recorded event (ENTER or EXIT) before GPS/network was disabled.
Summary
The ClickTime App knows you were “inside” because:
It previously fired an ENTER event when you crossed into the geofence.
It stored that state internally (inside).
Later, when GPS/network resumes, it compares that stored state with your current location.
If the states differ (was inside, now outside), it fires an EXIT event.