Class: Win32::Service::StatusStruct
- Inherits:
-
Struct
- Object
- Struct
- Win32::Service::StatusStruct
- Defined in:
- lib/win32/service.rb
Overview
:stopdoc: #
Instance Attribute Summary collapse
-
#check_point ⇒ Object
Returns the value of attribute check_point.
-
#controls_accepted ⇒ Object
Returns the value of attribute controls_accepted.
-
#current_state ⇒ Object
Returns the value of attribute current_state.
-
#interactive ⇒ Object
Returns the value of attribute interactive.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#service_flags ⇒ Object
Returns the value of attribute service_flags.
-
#service_specific_exit_code ⇒ Object
Returns the value of attribute service_specific_exit_code.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#wait_hint ⇒ Object
Returns the value of attribute wait_hint.
-
#win32_exit_code ⇒ Object
Returns the value of attribute win32_exit_code.
Instance Attribute Details
#check_point ⇒ Object
Returns the value of attribute check_point
192 193 194 |
# File 'lib/win32/service.rb', line 192 def check_point @check_point end |
#controls_accepted ⇒ Object
Returns the value of attribute controls_accepted
192 193 194 |
# File 'lib/win32/service.rb', line 192 def controls_accepted @controls_accepted end |
#current_state ⇒ Object
Returns the value of attribute current_state
192 193 194 |
# File 'lib/win32/service.rb', line 192 def current_state @current_state end |
#interactive ⇒ Object
Returns the value of attribute interactive
192 193 194 |
# File 'lib/win32/service.rb', line 192 def interactive @interactive end |
#pid ⇒ Object
Returns the value of attribute pid
192 193 194 |
# File 'lib/win32/service.rb', line 192 def pid @pid end |
#service_flags ⇒ Object
Returns the value of attribute service_flags
192 193 194 |
# File 'lib/win32/service.rb', line 192 def service_flags @service_flags end |
#service_specific_exit_code ⇒ Object
Returns the value of attribute 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_type ⇒ Object
Returns the value of attribute service_type
192 193 194 |
# File 'lib/win32/service.rb', line 192 def service_type @service_type end |
#wait_hint ⇒ Object
Returns the value of attribute wait_hint
192 193 194 |
# File 'lib/win32/service.rb', line 192 def wait_hint @wait_hint end |
#win32_exit_code ⇒ Object
Returns the value of attribute win32_exit_code
192 193 194 |
# File 'lib/win32/service.rb', line 192 def win32_exit_code @win32_exit_code end |