Method: JSS::ManagementHistory#completed_mdm_commands

Defined in:
lib/jss/api_object/management_history.rb

#completed_mdm_commandsObject Also known as: completed_commands

The completed_mdm_commands for this object

See Also:

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


715
716
717
# File 'lib/jss/api_object/management_history.rb', line 715

def completed_mdm_commands
  self.class.completed_mdm_commands(@id, api: @api)
end