toIoTJobAbortAction method

IoTJobAbortAction toIoTJobAbortAction()

Implementation

IoTJobAbortAction toIoTJobAbortAction() {
  switch (this) {
    case 'CANCEL':
      return IoTJobAbortAction.cancel;
  }
  throw Exception('$this is not known in enum IoTJobAbortAction');
}