Class WaitCommand
Class WaitCommand.
Inherited Members
Namespace: Unity.Industrial.Forma.Staging.Commands
Syntax
public class WaitCommand : Command
Methods
CleanUpCommandEditor()
Cleans up command editor.
Declaration
public override void CleanUpCommandEditor()
Overrides
ExecuteCommand(CommandContext)
Executes the command.
Declaration
protected override IEnumerator ExecuteCommand(CommandContext commandContext)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | commandContext | The command context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |
Overrides
ExecuteCommandEditor(CommandContext)
Executes the command editor.
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext commandContext)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | commandContext | The command context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |