nn::boss::TaskPermission Enumerated Typeenum TaskPermission;
| Value | Description |
|---|---|
TASK_PERMISSION_IN_NONE |
This setting runs tasks following a device's Parental Controls and according to whether the user has agreed to the EULA. |
TASK_PERMISSION_IN_EULA_DISAGREEMENT |
This setting allows tasks to run even if the user has not agreed to the EULA. |
TASK_PERMISSION_IN_PARENTAL_CONTROL |
This setting allows tasks to run even when Parental Controls are applied. |
TASK_PERMISSION_IN_BOTH |
This setting allows tasks to run even if the user has not agreed to the EULA and Parental Controls have been applied. |
TASK_PERMISSION_MAX_VALUE |
Constants specifying task permissions.
CONFIDENTIAL