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}


783
784
785
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 783

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