DeleteJobResource(num_jobID, str_name, num_index);
num_jobID
str_name
The name of the job resource you want to delete. If str_name is empty, all job resources within the specified job will be deleted.num_index
The job resource index. If num_index is -1, all job resources within the specified job will be deleted.Marks job resources to be removed. The marked resources will be deleted when all references to the job resource have been released. This function is not supported in Post-processor scripting.See also the Job Resource output connector settings and the OutputLXFJobResource and GetJobResourceIndex functions.A number indicating whether the job resources have been successfully marked and will be deleted.
>0 0 DeleteJobResource (122, "MyLXFResourceConnector", 0);DeleteJobResource (122, "", -1);DeleteJobResource (122, "MyLXFResourceConnector", -1);
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |