ActionScopeCommands Class

Definition

Represents the possible action scope commands.

public class ActionScopeCommands
type ActionScopeCommands = class
Public Class ActionScopeCommands
Inheritance
ActionScopeCommands

Constructors

Name Description
ActionScopeCommands()

Fields

Name Description
BreakLoop

Break out of the current loop.

ContinueLoop

Continue executing at the begining of the loop.

GotoAction

Change execution order to the action by id.

Applies to