IsPartOfBatch() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the IsPartOfBatch() method to check the queue of the current entity to determine if there are any jobs in that queue with a concurrent link value that matches a specified value.
Syntax
boolResult=IsPartOfBatch(ConcurrentLink);
Parameter
concurrentLink
An integer that is used to determine if a job is part of a batch of jobs.
If there is more then one job in the current entities queue with this concurrent link value, True is returned signifying that the job is part of a batch. Otherwise, False is returned signifying that the job is not in a batch.