StateMethodInfo Class
StateMethodInfo represents a handler method that the VBScript delegates to. It can handle state run actions,
pre- and postconditions and automatic state transitions.
LogString
|
Returns a string for logging that contains the method name and declaring type.
|
Priority
|
The event handler method call priority. Calls with higher priority should be executed before calls with lower priority.
|
attribute
|
The attribute instance that was attached to the method declaration.
|
postConditionsMethod
|
The postcondition evaluation method. This is used when the method type is StateAttribute.AttributeType.StatePostConditions.
|
preConditionsMethod
|
The precondition evaluation method. This is used when the method type is StateAttribute.AttributeType.StatePreConditions.
|
runActionMethod
|
The run action method. This is used when the method type is StateAttribute.AttributeType.StateAction.
|