Batch.GetInfo
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.