WaitForEventResult Struct

Definition

Resulting object after waiting for an event to occur.

public struct WaitForEventResult
type WaitForEventResult = struct
Public Structure WaitForEventResult
Inheritance
WaitForEventResult

Fields

EventTypes

The event types that was detected. This is especially useful when listing to both rising and falling edges, where it will indicate which kind of edge was seen.

TimedOut

True if waiting for the event timed out. False if an event was triggered before the timeout expired.

Applies to