CogUserQueueResultCreationConstants EnumerationCognex VisionPro 9.8 SR1
The CogUserQueueResultCreationConstants enumerated type is used to indicate when user result records should be created.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public enum CogUserQueueResultCreationConstants
Members

  Member nameValueDescription
Auto0 Automatically decide when to create user result records. In this case, a user result record is only created when items have been added to the user queue.
Always1 Create a user result record each time a job runs.
See Also