Script functions reference > Script functions in alphabetical order > C > CurrJobProperty

CurrJobProperty
Syntax
CurrJobProperty(propertyName);
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 specified job property. The function can be used at the following post-processing scripting levels:
Before and after document, process and page.
Returns
The specified job property.
Example
$job_id = CurrJobProperty("ppjobid");
Result:
$job_id = 1
OpenText StreamServe 5.6 Updated: 2013-03-01