GetBatchOfJobs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetBatchOfJobs() method retrieves a batch of jobs for an entity based on the supplied concurrent link.
'Declaration
Public Function GetBatchOfJobs( _
ByVal ent_id As Integer, _
ByVal concurrent_link As Integer _
) As DataSet
public DataSet GetBatchOfJobs(
int ent_id,
int concurrent_link
)
Parameters
- ent_id
- Required. Holds the ID of the entity for which the batch of jobs are queued.
- concurrent_link
- Required. Holds the concurrent link that batches the jobs together.
Return Value
Returns a DataSet of all jobs batched on the entity to the concurrent
link.