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
	// FailOnDisconnect in the case of using webscoket reconnect logic, fail the action instead of trying to restart it
	FailOnDisconnect bool
	// contains filtered or unexported fields
}
    State holder for an action
func (*State) DebugErrors ¶ added in v0.17.8
DebugErrors logs all actionstate errors to debug log
 Click to show internal directories. 
   Click to hide internal directories.