Class StopwatchCommand
Class StopwatchCommand.
Inherited Members
Namespace: Unity.Industrial.Forma.Staging.Commands
Syntax
public class StopwatchCommand : StagingCommand
Fields
start
The start
Declaration
public bool start
Field Value
| Type | Description |
|---|---|
| Boolean |
type
The type
Declaration
public string type
Field Value
| Type | Description |
|---|---|
| String |
Methods
ExecuteCommand(CommandContext)
Executes the command.
Declaration
protected override IEnumerator ExecuteCommand(CommandContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | context | The context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |
Overrides
ExecuteCommandEditor(CommandContext)
Executes the command editor.
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | context | The context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |