VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF
StateMethodInfo Class
StateMethodInfo Methods
EvaluatePostConditions Method
EvaluatePreConditions Method
RunAction Method
StateMethodInfo
RunAction Method
Executes a state action.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
virtual
bool
RunAction
(
StateEnvironment
environment
,
IExecutionTrace
trace
)
Parameters
environment
Type:
MFiles.VAF.Common
StateEnvironment
The environment parameters.
trace
Type:
MFiles.VAF
IExecutionTrace
The execution tracer object for recording the operation starting end ending.
Return Value
Type:
Boolean
True if the method was really executed.
Implements
IStateMethodInfo
RunAction(StateEnvironment, IExecutionTrace)
See Also
Reference
StateMethodInfo Class
MFiles.VAF Namespace