White Papers

Version 1.2.0 29
Table 20 DCIM_JobService.DeleteJobQueue() Method: Standard Messages
485
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
486
8.3 DCIM_JobService.SetDeleteOnCompletionTimeout ()
487
This method will set the job store auto-delete policy. After successful execution, the jobs that have been
488
completed for longer than the DeleteOnCompletionTimeout parameter specifies shall be deleted when
489
the auto-delete threshold is reached. The auto-delete threshold is specified in the
490
DCIM_JobService.StartAutoDeleteAtThreshold property and represents percentage of maximum jobs.
491
Table 21 DCIM_JobService.CreateRebootJob() Method: Return Code Values
492
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 22 DCIM_JobService.CreateRebootJob() Method: Parameters
493
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
494