AVOLITES TITAN API

SuppressEventIfIsPlaybackEditHandle

Checks if a handle is the playback edit handle. If it is returns EventPropergation.Handled otherwise EventPropergation.UnHandled This is used by the chase and cue list menus to filter key actions so flash and swop don't get fired when appending a step to a playback that is being edited.

Namespace: Playbacks

Syntax

MACRO

EventPropergation Playbacks.SuppressEventIfIsPlaybackEditHandle(Handle handle)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/SuppressEventIfIsPlaybackEditHandle?handle={handle}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SuppressEventIfIsPlaybackEditHandle?handle_userNumber=6

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SuppressEventIfIsPlaybackEditHandle?handle_location=playback_2_1

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SuppressEventIfIsPlaybackEditHandle?handle_titanId=1895

Returns

EventPropergation value