Class: Win32::Service::StatusStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/win32/service.rb

Overview

:stopdoc: #

Instance Attribute Summary collapse

Instance Attribute Details

#check_pointObject

Returns the value of attribute check_point

Returns:

  • (Object)

    the current value of check_point



192
193
194
# File 'lib/win32/service.rb', line 192

def check_point
  @check_point
end

#controls_acceptedObject

Returns the value of attribute controls_accepted

Returns:

  • (Object)

    the current value of controls_accepted



192
193
194
# File 'lib/win32/service.rb', line 192

def controls_accepted
  @controls_accepted
end

#current_stateObject

Returns the value of attribute current_state

Returns:

  • (Object)

    the current value of current_state



192
193
194
# File 'lib/win32/service.rb', line 192

def current_state
  @current_state
end

#interactiveObject

Returns the value of attribute interactive

Returns:

  • (Object)

    the current value of interactive



192
193
194
# File 'lib/win32/service.rb', line 192

def interactive
  @interactive
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



192
193
194
# File 'lib/win32/service.rb', line 192

def pid
  @pid
end

#service_flagsObject

Returns the value of attribute service_flags

Returns:

  • (Object)

    the current value of service_flags



192
193
194
# File 'lib/win32/service.rb', line 192

def service_flags
  @service_flags
end

#service_specific_exit_codeObject

Returns the value of attribute service_specific_exit_code

Returns:

  • (Object)

    the current value of service_specific_exit_code



192
193
194
# File 'lib/win32/service.rb', line 192

def service_specific_exit_code
  @service_specific_exit_code
end

#service_typeObject

Returns the value of attribute service_type

Returns:

  • (Object)

    the current value of service_type



192
193
194
# File 'lib/win32/service.rb', line 192

def service_type
  @service_type
end

#wait_hintObject

Returns the value of attribute wait_hint

Returns:

  • (Object)

    the current value of wait_hint



192
193
194
# File 'lib/win32/service.rb', line 192

def wait_hint
  @wait_hint
end

#win32_exit_codeObject

Returns the value of attribute win32_exit_code

Returns:

  • (Object)

    the current value of win32_exit_code



192
193
194
# File 'lib/win32/service.rb', line 192

def win32_exit_code
  @win32_exit_code
end