You can time scripts (or any kind of process) and trigger warnings if they take longer than expected.
To do this, you send the time in t
and the boundary b
If t
is bigger than b
, then that is marked as an error and Is It Working will notify you
See the Checkin API and language examples for more details