Method | Description | |
---|---|---|
ExecuteStep ( IInvocation invocation, IEnumerable |
||
MachineWorkStep ( string stepName ) : System | ||
MachineWorkStep ( string stepName, InvocationTypes invocationType ) : System |
Method | Description | |
---|---|---|
OnStepExecuted ( IInvocation invocation, IEnumerable |
Method | Description | |
---|---|---|
AddTrace ( string message ) : void |
public ExecuteStep ( IInvocation invocation, IEnumerable |
||
invocation | IInvocation | |
attributes | IEnumerable |
|
return | void |
public MachineWorkStep ( string stepName ) : System | ||
stepName | string | |
return | System |
public MachineWorkStep ( string stepName, InvocationTypes invocationType ) : System | ||
stepName | string | |
invocationType | InvocationTypes | |
return | System |
protected abstract OnStepExecuted ( IInvocation invocation, IEnumerable |
||
invocation | IInvocation | |
attribute | IEnumerable |
|
return | void |