OperatorEventStatus

cee.OperatorEventStatus

The OperatorEventStatus enum is used to indicate to the OperatorStack whether the event should be propagated to the next operator in the stack, or if it should be stopped.

Index

Enumeration Members

Enumeration Members

cee.OperatorEventStatus.DO_NOT_PROPAGATE
DO_NOT_PROPAGATE: 1
cee.OperatorEventStatus.PROPAGATE
PROPAGATE: 0