Action unknown: siteexport_addpage
macros:function:triggers.setpendingtargetaction
Function
Triggers.SetPendingTargetAction
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 |
Example in
<step>Triggers.SetPendingTargetAction("Flash")</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/triggers.setpendingtargetaction.txt · Last modified: 2018/09/16 11:29 by 127.0.0.1
