Source code for autobahn.wamp.gen.wamp.proto.CancelMode

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: proto

# Call cancel mode.
[docs] class CancelMode(object): # Skip running invocation call.
[docs] SKIP = 0
# Kill running invocation and call.
[docs] KILL = 1
# Kill running invocation and call without waiting.
[docs] KILLNOWAIT = 2