GetPPJobProperty(docHandle, propertyName);
docHandle
An identifier specifying a document. You can retrieve the identifier by using either the GetFirstPPDoc() or the GetNextPPDoc() function.propertyName
The name of the job property. The propertyName can be:
• ppjobid – the Post-processor job ID.
• status – the job status.
• priority – the job priority.
• creationtime – the job creation time.
• processtime – the job process time.
• error – the job error.
• pages – the number of logical pages in the job.
• name – the name of the job.
• strsid – the StreamServe job ID.
• user – the user who submitted the job.
• description – the description of the job.Returns the value of the specified property for the job containing the document specified by the docHandle parameter.The value of propertyName.$doc_handle=GetFirstPPDoc();$jobid=GetPPJobProperty($doc_handle, "ppjobid");$jobid = 1
OpenText StreamServe 5.6 | Updated: 2013-03-01 |