Skip to content

Extra Call Conditions

CallOn

Bases: StrEnum

Special conditions to use as @input_port.subscribe(condition)

NOT_MATCHED_BY_ANY_CALL

NOT_MATCHED_BY_ANY_CALL = 'NOT MATCHED BY ANY CALLS'

Call when a message is not matched by any other call

PORT_INIT

PORT_INIT = 'PORT INIT'

Call after port is initially opened