White Papers
Version 1.2.0 27
Table 16 – DCIM_JobService.DeleteJobQueue() Method: Standard Messages 445
MessageID (OUT parameter) Message MessageArguments[]
JCP012 Resource allocation failure
JCP013 Required parameter not found
JCP015
The job cannot be deleted as it is
currently in process
SUP011 Invalid Job ID
SUP020 The specified job was deleted
446
8.3 DCIM_JobService.SetDeleteOnCompletionTimeout () 447
This method will set the job store auto-delete policy. After successful execution, the jobs that have been 448
completed for longer than the DeleteOnCompletionTimeout parameter specifies shall be deleted when 449
the auto-delete threshold is reached. The auto-delete threshold is specified in the 450
DCIM_JobService.StartAutoDeleteAtThreshold property and represents percentage of maximum jobs. 451
Table 17 – DCIM_JobService.CreateRebootJob() Method: Return Code Values 452
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 18 – DCIM_JobService.CreateRebootJob() Method: Parameters 453
Qualifiers Name Type Description/Values
IN, REQ
DeleteOnCompletionTi
meout
uint16
Specifies wait time for auto job deletion
in minutes.
OUT Message string Error Message
OUT MessageID string
Error Message ID- can be used to index
into Dell Message registry files
OUT MessageArguments string[]
Substitution variables for dynamic error
messages
454