Table of Contents

Property ActiveProcessCount

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

ActiveProcessCount

Gets the number of OCR operations currently executing across all LMKitOcr instances.

public static int ActiveProcessCount { get; }

Property Value

int

A count in the range 0..MaxConcurrentProcesses. An operation is counted from the moment it acquires a concurrency permit until it completes (successfully or with an error). Operations waiting for a permit are not counted.

Remarks

This is a live gauge intended for monitoring: it reflects the instant it is read and can change immediately afterwards.

Share