Method: Jamf::ManagementHistory#pending_mdm_commands

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

#pending_mdm_commandsObject Also known as: pending_commands

The pending_mdm_commands for this object

See Also:

  • matching method in {Jamf::ManagementHistory::ClassMethods}


774
775
776
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 774

def pending_mdm_commands
  self.class.pending_mdm_commands(@id, cnx: @cnx)
end