| 
      Start command is used to start a Scorpion profile. Syntax: 
      
      Start;<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:
       
        StartResponse;Result=OK|Error;  
      Note: 
      The Stop command stops a Scorpion profile. 
		The delay command - is used from script to execute commands asynchronous 
		to avoid blocking Scorpion main thread 
     |