RestartPipelineRule

Syntax
METHOD RestartPipelineRule : BOOL
VAR_INPUT
stCmd : REFERENCE TO T_ALY_SPRuleEnginePipeline_Cmd;
nRuleId : DINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
stCmd | REFERENCE TO T_ALY_SPRuleEnginePipeline_Cmd | JSON command to start the recording a live stream. |
nRuleId | DINT | ID of the rule to be restarted. |
Return value
Name | Type | Description |
---|---|---|
RestartPipelineRule | BOOL | Is TRUE when completed. |