Go to documentation repository
The CAM_TITLE object corresponds to the Captioner system object.
Operator format to describe actions with the Captioner is:
DoReact("CAM_TITLE","_id_","_command_");
The list of commands and parameters for the CAM_TITLE object is given in the following table:
Command – command description | Comment |
|---|---|
| "REINDEX" – run titles database update | Titles database re-indexation is rut at any value of the _id_ parameter. |
Example.
Run titles database update on Macro 1.
OnEvent("MACRO","1","RUN")
{
DoReact("CAM_TITLE", "2", "REINDEX");
}