AVOLITES TITAN API

RecordByUserNumber

Records a workspace just by user number with no handle.

Namespace: Workspace

Syntax

MACRO

Void Workspace.RecordByUserNumber(AcwUserNumber userNumber, String name, Boolean visibleOnly, Boolean removeOthers)

HTTP

http://[ip]:4430/titan/script/2/Workspace/RecordByUserNumber?userNumber={userNumber}&name={string}&visibleOnly={bool}&removeOthers={bool}

Parameters

userNumber ( AcwUserNumber ) : The user number.

name ( String ) : The name.

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

visibleOnly

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/RecordByUserNumber?userNumber={userNumber}&name={string}&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/RecordByUserNumber?userNumber={userNumber}&name={string}&visibleOnly=true&removeOthers=true