 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
	// Failed an error occurred during execution of action
	Failed bool
	// NoResults should be reported for action
	NoResults bool
	// Details for action to log on result report
	Details string
	// NoRestartOnDisconnect in the case of using websocket reconnect logic, don't restart action when a reconnect has happened
	NoRestartOnDisconnect bool
	// contains filtered or unexported fields
}
    State holder for an action
 Click to show internal directories. 
   Click to hide internal directories.