SetPriorityClass Method of the IWorkProcessControl Interface
This method sets the priority class for the work process. By default, the priority class is Below Normal.
Syntax
Visual Basic .NET
Sub SetPriorityClass(ByVal dwPriorityClass As Integer)
C++
HRESULT SetPriorityClass(
int dwPriorityClass
);
Parameters
- dwPriorityClass
- [in] This parameter specifies the priority class for the work process. This parameter can have the same values as this parameter in the SetPriorityClass Function in the Windows API.
Return values
This method has no specific return values. It returns the standard return values of the ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30