Skip to content

GrabStopReason Enumeration#

States the reason why a GrabStopping or GrabStopped event occurred.

Syntax#

C#

public enum GrabStopReason

VB

Public Enumeration GrabStopReason

Members#

Member nameValueDescription
UserRequest1The grab stopped gracefully by request of the user (i.e. IStreamGrabber::Stop was called.)
GrabEngineError-1
GrabStartedEventException-2The GrabStarted event threw an exception.

Reference#

Basler.Pylon Namespace