pc:StopRulesService

Previous Next

Stops a USoft Rules Service identified by an alias.

Syntax

<pc:StopRulesService  alias="name-literal"/>

where alias is the alias that was provided when <pc:RunRulesService> was called.

 

Example

<root xmlns:pc="Processing.Command" xmlns:assign="Processing.Command.Assign">
  <pc:RunRulesService waittime="10000"
        user="MYNAME" pwd="MYPWD" rdbmstype="oracle" connection="XE" application="MYAPP" 
        owner="MYNAME"
        alias="x1" />   
 
   <!--
        Actions to be performed by the Rules Service
   -->
 
  <pc:StopRulesService  alias="x1" />
 
</root>