Class: Windows::Structs::LimitInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#active_process_limitObject

Returns the value of attribute active_process_limit

Returns:

  • (Object)

    the current value of active_process_limit



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def active_process_limit
  @active_process_limit
end

#affinityObject

Returns the value of attribute affinity

Returns:

  • (Object)

    the current value of affinity



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def affinity
  @affinity
end

#job_memory_limitObject

Returns the value of attribute job_memory_limit

Returns:

  • (Object)

    the current value of job_memory_limit



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def job_memory_limit
  @job_memory_limit
end

#limit_flagsObject

Returns the value of attribute limit_flags

Returns:

  • (Object)

    the current value of limit_flags



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def limit_flags
  @limit_flags
end

#maximum_working_set_sizeObject

Returns the value of attribute maximum_working_set_size

Returns:

  • (Object)

    the current value of 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_sizeObject

Returns the value of attribute minimum_working_set_size

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute other_operation_count

Returns:

  • (Object)

    the current value of other_operation_count



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def other_operation_count
  @other_operation_count
end

#other_transfer_countObject

Returns the value of attribute other_transfer_count

Returns:

  • (Object)

    the current value of 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_usedObject

Returns the value of attribute peak_process_memory_used

Returns:

  • (Object)

    the current value of 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_usedObject

Returns the value of attribute peek_job_memory_used

Returns:

  • (Object)

    the current value of 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_limitObject

Returns the value of attribute per_job_user_time_limit

Returns:

  • (Object)

    the current value of 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_limitObject

Returns the value of attribute per_process_user_time_limit

Returns:

  • (Object)

    the current value of 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_classObject

Returns the value of attribute priority_class

Returns:

  • (Object)

    the current value of priority_class



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def priority_class
  @priority_class
end

#process_memory_limitObject

Returns the value of attribute process_memory_limit

Returns:

  • (Object)

    the current value of process_memory_limit



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def process_memory_limit
  @process_memory_limit
end

#read_operation_countObject

Returns the value of attribute read_operation_count

Returns:

  • (Object)

    the current value of read_operation_count



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def read_operation_count
  @read_operation_count
end

#read_transfer_countObject

Returns the value of attribute read_transfer_count

Returns:

  • (Object)

    the current value of read_transfer_count



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def read_transfer_count
  @read_transfer_count
end

#scheduling_classObject

Returns the value of attribute scheduling_class

Returns:

  • (Object)

    the current value of scheduling_class



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def scheduling_class
  @scheduling_class
end

#write_operation_countObject

Returns the value of attribute write_operation_count

Returns:

  • (Object)

    the current value of write_operation_count



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def write_operation_count
  @write_operation_count
end

#write_transfer_countObject

Returns the value of attribute write_transfer_count

Returns:

  • (Object)

    the current value of write_transfer_count



153
154
155
# File 'lib/win32/job/structs.rb', line 153

def write_transfer_count
  @write_transfer_count
end