Method: JSS::ManagementHistory::MDMCommand#failed

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

#failedTime

Returns When the command failed, as a ruby Time object.

Returns:

  • (Time)

    When the command failed, as a ruby Time object


99
100
101
# File 'lib/jss/api_object/management_history/mdm_command.rb', line 99

def failed
  JSS.epoch_to_time @failed_epoch if @failed_epoch
end