GetMetaDataJob Syntax GetMetaDataJob(key); key The name of the metadata attribute. Description Returns the value of a metadata attribute associated with the input job. You use the SetMetaDataJob function to create the metadata attribute. Returns The value of the metadata attribute. Example $value=GetMetaDataJob("ref");
GetMetaDataJob(key);
key
$value=GetMetaDataJob("ref");