// Copyright 2018-present 650 Industries. All rights reserved.

typedef enum {
  EXTaskLaunchReasonUnrecognized,
  EXTaskLaunchReasonUser,
  EXTaskLaunchReasonBluetoothCentrals,
  EXTaskLaunchReasonBluetoothPeripherals,
  EXTaskLaunchReasonBackgroundFetch,
  EXTaskLaunchReasonLocation,
  EXTaskLaunchReasonNewsstandDownloads,
  EXTaskLaunchReasonRemoteNotification,
  EXTaskLaunchReasonBackgroundTask,
} EXTaskLaunchReason;
