AVOLITES TITAN API

LoopMacro

Runs the macro on the given handle a specified number of times. The macro will be repeated for the amount of counts.

Namespace: UserMacros

Syntax

MACRO

Void LoopMacro(Avolites.Titan.Controllers.Handles.Handle, Single)

HTTP

http://[ip]:4430/titan/script/UserMacros/LoopMacro

Parameters

handle: The handle containing the macro to run.

count: The number of times to run the macro.