Click or drag to resize

MODULESTATUS Enumeration

Module status constants for ModuleInfo objects.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("E78212FB-FF0D-46BC-ADFE-028A279946D6")]
public enum MODULESTATUS
Members
  Member nameValueDescription
MODULE_OK0 Successful initialization.
MODULE_INITERROR1 Error occurred while initializing the module.
MODULE_MISSING2 The module was not found during initialization, therefore is not available for services.
MODULE_START3 Module is being loaded.
MODULE_UNLOAD4 Module is being unloaded.
See Also