StateTransitionMethodInfo Class
            
            StateTransitionMethodInfo represents a handler method that the VBScript delegates to. It can evaluate the automatic state transition triggers.
            
            
            
            
            
            
            
              
                
                  | 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. | 
                
                  | automaticStateTransitionConditionsMethod | The automatic state transition conditions evaluation method. This is used when the method type is StateAttribute.AttributeType.AutomaticStateTransitionTrigger. |