E_PipelineCmdType
Syntax
Definition:
TYPE E_PipelineCmdType :
(
    RestartRule := 5,
    Start := 6,
    Stop :=  7
)INT;
END_TYPEParameters
| Name | Description | 
|---|---|
| RestartRule | Restarts a specific rule of a RuleEnginePipeline. | 
| Start | Starts a RuleEnginePipeline | 
| Stop | Stops a RuleEnginePipeline |