Function
Void Triggers.SetPendingTargetAction(String actionId)
API | http://api.avolites.com/11.0/Triggers.SetPendingTargetAction.html |
---|---|
description | Sets the pending handle target action. |
namespace | Triggers |
parameter | actionId( String ) : The id (name) of the action to be triggered. |
return value | Void |
This works in conjunction with Triggers.SetPendingTargetHandle and inherently sets Triggers.PendingTriggerTarget
ASSUMPTION Possible action IDs:
actionId | function |
---|---|
Select | Select |
Level | Set Level |
FireAt | Fire At Level |
ReFireAt | Re-Fire At Level |
PresetLevel | Set Preset Level |
ProgrammerLevel | Set Programmer Level |
Flash | Flash |
Preload | Preload |
Go | Go |
GoBack | Go Back |
Stop | Stop |
Swop | Swop |
Latch | Latch |
Connect | Connect |
NextStepForward | Next Cue + |
NextStepBac | Next Cue - |
Review | Review Live Cue |
CutToLive | Cut Next Cue To Live |
SnapBack | Snap Back |
<step>Triggers.SetPendingTargetAction("Flash")</step>