Effect Timeout Set
Run a one-time timeout to update status and increment a counter.
Effect: timeout + set/inc (once)
Status = waiting...
Counter =
After ~1.5s, Status becomes "done" and Counter increments once.
PHP
Run a one-time timeout to update status and increment a counter.
Status = waiting...
Counter =
After ~1.5s, Status becomes "done" and Counter increments once.