SetBatchPriority
Sets the priority of the batch at the completion of the task.
Syntax
bool SetBatchPriority (string Priority)
Parameters
A single value to update the batch priority at the end of the Task.Returns
False if the value of the argument is invalid. Otherwise, True.Level
All.Details
Values are typically 1-9 with 5 being the median. Batches with priority 1 are processed first, batches with priority 9 are processed last.- Example
SetBatchPriority("1")