Class: Windows::Structs::LimitInfo
- Inherits:
-
Struct
- Object
- Struct
- Windows::Structs::LimitInfo
- Defined in:
- lib/win32/job/structs.rb
Instance Attribute Summary collapse
-
#active_process_limit ⇒ Object
Returns the value of attribute active_process_limit.
-
#affinity ⇒ Object
Returns the value of attribute affinity.
-
#job_memory_limit ⇒ Object
Returns the value of attribute job_memory_limit.
-
#limit_flags ⇒ Object
Returns the value of attribute limit_flags.
-
#maximum_working_set_size ⇒ Object
Returns the value of attribute maximum_working_set_size.
-
#minimum_working_set_size ⇒ Object
Returns the value of attribute minimum_working_set_size.
-
#other_operation_count ⇒ Object
Returns the value of attribute other_operation_count.
-
#other_transfer_count ⇒ Object
Returns the value of attribute other_transfer_count.
-
#peak_process_memory_used ⇒ Object
Returns the value of attribute peak_process_memory_used.
-
#peek_job_memory_used ⇒ Object
Returns the value of attribute peek_job_memory_used.
-
#per_job_user_time_limit ⇒ Object
Returns the value of attribute per_job_user_time_limit.
-
#per_process_user_time_limit ⇒ Object
Returns the value of attribute per_process_user_time_limit.
-
#priority_class ⇒ Object
Returns the value of attribute priority_class.
-
#process_memory_limit ⇒ Object
Returns the value of attribute process_memory_limit.
-
#read_operation_count ⇒ Object
Returns the value of attribute read_operation_count.
-
#read_transfer_count ⇒ Object
Returns the value of attribute read_transfer_count.
-
#scheduling_class ⇒ Object
Returns the value of attribute scheduling_class.
-
#write_operation_count ⇒ Object
Returns the value of attribute write_operation_count.
-
#write_transfer_count ⇒ Object
Returns the value of attribute write_transfer_count.
Instance Attribute Details
#active_process_limit ⇒ Object
Returns the value of attribute active_process_limit
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def active_process_limit @active_process_limit end |
#affinity ⇒ Object
Returns the value of attribute affinity
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def affinity @affinity end |
#job_memory_limit ⇒ Object
Returns the value of attribute job_memory_limit
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def job_memory_limit @job_memory_limit end |
#limit_flags ⇒ Object
Returns the value of attribute limit_flags
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def limit_flags @limit_flags end |
#maximum_working_set_size ⇒ Object
Returns the value of attribute maximum_working_set_size
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def maximum_working_set_size @maximum_working_set_size end |
#minimum_working_set_size ⇒ Object
Returns the value of attribute minimum_working_set_size
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def minimum_working_set_size @minimum_working_set_size end |
#other_operation_count ⇒ Object
Returns the value of attribute other_operation_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def other_operation_count @other_operation_count end |
#other_transfer_count ⇒ Object
Returns the value of attribute other_transfer_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def other_transfer_count @other_transfer_count end |
#peak_process_memory_used ⇒ Object
Returns the value of attribute peak_process_memory_used
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def peak_process_memory_used @peak_process_memory_used end |
#peek_job_memory_used ⇒ Object
Returns the value of attribute peek_job_memory_used
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def peek_job_memory_used @peek_job_memory_used end |
#per_job_user_time_limit ⇒ Object
Returns the value of attribute per_job_user_time_limit
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def per_job_user_time_limit @per_job_user_time_limit end |
#per_process_user_time_limit ⇒ Object
Returns the value of attribute per_process_user_time_limit
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def per_process_user_time_limit @per_process_user_time_limit end |
#priority_class ⇒ Object
Returns the value of attribute priority_class
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def priority_class @priority_class end |
#process_memory_limit ⇒ Object
Returns the value of attribute process_memory_limit
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def process_memory_limit @process_memory_limit end |
#read_operation_count ⇒ Object
Returns the value of attribute read_operation_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def read_operation_count @read_operation_count end |
#read_transfer_count ⇒ Object
Returns the value of attribute read_transfer_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def read_transfer_count @read_transfer_count end |
#scheduling_class ⇒ Object
Returns the value of attribute scheduling_class
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def scheduling_class @scheduling_class end |
#write_operation_count ⇒ Object
Returns the value of attribute write_operation_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def write_operation_count @write_operation_count end |
#write_transfer_count ⇒ Object
Returns the value of attribute write_transfer_count
153 154 155 |
# File 'lib/win32/job/structs.rb', line 153 def write_transfer_count @write_transfer_count end |