1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 typedef enum {
4   EXTaskLaunchReasonUnrecognized,
5   EXTaskLaunchReasonUser,
6   EXTaskLaunchReasonBluetoothCentrals,
7   EXTaskLaunchReasonBluetoothPeripherals,
8   EXTaskLaunchReasonBackgroundFetch,
9   EXTaskLaunchReasonLocation,
10   EXTaskLaunchReasonNewsstandDownloads,
11   EXTaskLaunchReasonRemoteNotification,
12 } EXTaskLaunchReason;
13