Batch.GetInfo
- Updated2025-07-21
- 1 minute(s) read
Batch.GetInfo
Syntax
Batch.GetInfo( numThreadsWaiting, numThreadsInBatch)
Purpose
Obtains information about the batch.
Parameters
numThreadsWaiting As Long
[Out] Returns the number of threads waiting on a Batch Synchronization operation for this batch.
numThreadsInBatch As Long
[Out] Returns the total number of threads associated with this batch.