CogJobManager FailureItem Method Cognex VisionPro 9.22
Overload List

  NameDescription
Public methodFailureItem 
FailureItem() removes and returns the oldest failure packet from the failure queue. FailureItem() will return null if the failure queue is empty. This method may be called while the CogJobManager or CogJobs are running.
Public methodFailureItem(Int32, Boolean)
FailureItem(int,bool) allows any failure packet to be looked at and/or removed from the failure queue.
Top
See Also