AVOLITES TITAN API

Start

Starts recording a user macro.

Namespace: UserMacros.Record

Syntax

MACRO

Void UserMacros.Record.Start(String name, Boolean timed)

HTTP

http://[ip]:4430/titan/script/2/UserMacros/Record/Start?name={string}&timed={bool}

Parameters

name ( String ) : The name to give to the macro once it has been recorded.

timed ( Boolean ) : if set to true record timing information into the macro.

timed

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/Record/Start?name={string}&timed=true