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
RemarksmcttTaskThread: 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