Function

Playbacks.ClearFlashPlayback

Void Playbacks.ClearFlashPlayback(Handle handle)
API https://api.avolites.com/12.0/Playbacks.ClearFlashPlayback.html
description Set a playback to not flashed if flash is enabled
namespace Playbacks
parameter handle ( Handle ) : handle of the playback to be flashed
return value Void
Example in

Stopwatch/Flash Playback:

  <step>Playbacks.ClearFlashPlayback("cueHandleUN=900")</step>

Unflashes a single-cue playback with the user number 900 which has previously been flashed..

Also used in
Remarks