AVOLITES TITAN API

Record

Records a workspace to a handle

Namespace: Workspace

Syntax

MACRO

Void Workspace.Record(Handle handle, String name, Int32 icon, Boolean visibleOnly, Boolean removeOthers)

HTTP

http://[ip]:4430/titan/script/2/Workspace/Record?handle={handle}&name={string}&icon={titanId}&visibleOnly={bool}&removeOthers={bool}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/Record?handle_userNumber=6&name={string}&icon={titanId}&visibleOnly=true&removeOthers=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/Record?handle_location=playback_2_1&name={string}&icon={titanId}&visibleOnly=true&removeOthers=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/Record?handle_titanId=1895&name={string}&icon={titanId}&visibleOnly=true&removeOthers=true

name ( String ) : The name.

icon ( Int32 ) : The icon.

visibleOnly ( Boolean ) : if set to true, only record the visible windows.

visibleOnly

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/Record?handle_titanId=1895&name={string}&icon={titanId}&visibleOnly=true&removeOthers=true

removeOthers ( Boolean ) : if set to true remove others windows when this workspace is recalled.

removeOthers

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/Record?handle_titanId=1895&name={string}&icon={titanId}&visibleOnly=true&removeOthers=true