PTBurn SDK
Page 19 of 53
© 2005, Primera Technology, Inc. Primera is a registered trademark and Bravo is a trademark of Primera Technology, Inc. All other trademarks
are the property of their respective companies.
[CompletedJobs]
Job0=MyJob3
Job1=YourJob4
Job2=MyJob5
The client can display the list of jobs by sequentially trying to get the string values for Keys:
Job0, Job1, Job2,… The end of the list of jobs can be determined by the client when the string
value for the next key is not found.
3.3 Job Details Section
More detailed information about each job in [JobList] and [CompletedJobs] can be accessed in
the job’s own Section.
For example, if a submitted job is called MyJob1.jrq, then the section in the status file would be
given as [MyJob1].
The keys under each job’s details section are:
3.3.1
JobID
String that the describes this job
3.3.2
ClientID
String that describes the client of this job
3.3.3
JobsAhead
Integer value that tells how many jobs are in the PTBurn queue before this job.
3.3.4
DiscsAhead
This integer value tells how many discs remain to be completed (in other jobs) before this job
can begin.
3.3.5
DiscsRemaining
Integer value that tells how many discs are remaining to be completed in this job.
3.3.6
GoodDiscs
Integer value that tells how many discs have been successfully completed in this job
3.3.7
BadDiscs
Integer value that tells how many discs that have failed to be completed successfully in this job
(rejects)
3.3.8
CurrentStatus
String that describes what is currently going on with this job.