Click or drag to resize

IMcResourceManagerThreadsInUse Property

The number of threads currently in use for the given type.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ThreadsInUse ( 
	Type As mcThreadType
) As Integer
	Get

Parameters

Type
Type: MediaCy.IQL.EnginemcThreadType

Property Value

Type: Int32
Remarks
mcttTaskThread: Same as ActiveEnginesCount. This number is updated by the task scheduler as tasks are being processed by background engines. mcttOperatorThread: Number of sub-threads actively used by native operators. This number should be incremented and decremented by operators that use sub-threads.
See Also