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.

See Also

Batch.GetBatchThreads