interrupted its cleaning process
interrupted its cleaning process
The cat preemption rules seem to work as designed: an interruption (me taking a photo) aborts the cleaning process; the cat then services the interrupt first, and finally, after the interrupt handler finishes, it continues to clean itself where it left off.