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

GetPPJobId
Syntax
GetPPJobId();
Description
Returns the Post-processor repository job ID for the current job. You can call this function as soon as the SDR driver has started to store the job in the repository. The function can be used at the following post-processing scripting levels:
Before and after job, document, process and page.
You can also use this function on Job End level (not post-processing job level) to retrieve the Post-processor repository job ID.
Returns
num
-1
Example
$job_id = GetPPJobId();
OpenText StreamServe 5.6 Updated: 2013-03-01