Class ActionExecuter
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
public static class ActionExecuter
Methods
Execute(IEnumerator<ICommandAction>, ActionContext)
Executes an action command until it becomes idle.
Declaration
public static ActionState Execute(this IEnumerator<ICommandAction> action, ActionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerator<ICommandAction> | action | The action command to execute. |
| ActionContext | context | The context that the command is being executed on. |
Returns
| Type | Description |
|---|---|
| ActionState | The current state of the action command. |