You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CancelMode.py 157B

123456789
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. class CancelMode(object):
  4. SKIP = 0
  5. ABORT = 1
  6. KILL = 2