ActionScopeCommands Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |