ActionScopeCommands Class

Definition

Represents the possible action scope commands.

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

Constructors

ActionScopeCommands()

Fields

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