| 
      Stop command is used to stop a Scorpion profile. Syntax: 
      
      Stop;<delay=n> 
		 
		The optional delay is given in ms and defaults to 0 for immediate 
		execution. 
		 
		delay > 0 - add timed command 
		delay < 0 - remove timed command  
       
      Command response:
       
        StopResponse;Result=OK|Error;  
      Note: 
      The Start command starts a Scorpion profile. 
     |