Class: Inferno::CLI::ExecuteScript::ExecutionStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/inferno/apps/cli/execute_script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cross_session_statusObject

Returns the value of attribute cross_session_status

Returns:

  • (Object)

    the current value of cross_session_status



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def cross_session_status
  @cross_session_status
end

#current_sessionObject

Returns the value of attribute current_session

Returns:

  • (Object)

    the current value of current_session



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def current_session
  @current_session
end

#current_timeoutObject

Returns the value of attribute current_timeout

Returns:

  • (Object)

    the current value of current_timeout



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def current_timeout
  @current_timeout
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def done
  @done
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def failed
  @failed
end

#last_log_timeObject

Returns the value of attribute last_log_time

Returns:

  • (Object)

    the current value of last_log_time



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def last_log_time
  @last_log_time
end

#last_step_signaturesObject

Returns the value of attribute last_step_signatures

Returns:

  • (Object)

    the current value of last_step_signatures



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def last_step_signatures
  @last_step_signatures
end

#timed_outObject

Returns the value of attribute timed_out

Returns:

  • (Object)

    the current value of timed_out



139
140
141
# File 'lib/inferno/apps/cli/execute_script.rb', line 139

def timed_out
  @timed_out
end