What happens when the pause button is pressed while the script is doing an xmlrpc call?

Hi,

An xmlrpc call may take a while, and may return some information, therefore I am interested in knowing how the robot handles the situation where the pause button is pressed while handling a xmlrpc call?

  • Is it that the xmlrpc call is terminated, and a new call is made when resumed?
  • What happens to the return values which may be returned while the robot is in paused state?