Client 
computation.onStop(callback)
Registers callback to run when this computation is stopped, or runs it immediately if the computation is already stopped. The callback is run after any onInvalidate callbacks.
Arguments
- callback Function
 -  
Function to be called on stop. Receives one argument, the computation that was stopped.
 
Please login to continue.