Script functions reference > Script functions in alphabetical order > G > GetPPJobProperty

GetPPJobProperty
Syntax
GetPPJobProperty(docHandle, propertyName);
docHandle
An identifier specifying a document. You can retrieve the identifier by using either the GetFirstPPDoc() or the GetNextPPDoc() function.
propertyName
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.
Description
Returns the value of the specified property for the job containing the document specified by the docHandle parameter.
Returns
The value of propertyName.
Example
$doc_handle=GetFirstPPDoc();
$jobid=GetPPJobProperty($doc_handle, "ppjobid");
Result:
$jobid = 1
OpenText StreamServe 5.6 Updated: 2013-03-01