SetMetaDataJob Syntax SetMetaDataJob(key, value); key The name of the metadata attribute. value The value to which to set the metadata attribute for this job. Description Creates a new metadata attribute for the input job. Returns 1 The metadata attribute was successfully added. -1 An error occurred. Example $result=SetMetaDataJob("type", "print");
SetMetaDataJob(key, value);
key
value
1
-1
$result=SetMetaDataJob("type", "print");