nn::boss::TaskPermission Enumerated Typeenum TaskPermission;
| Value | Description |
|---|---|
TASK_PERMISSION_IN_NONE |
Run tasks in accordance with the device's Parental Controls and when the user has agreed to the EULA. |
TASK_PERMISSION_IN_EULA_DISAGREEMENT |
Run tasks even if the user has not agreed to the EULA. |
TASK_PERMISSION_IN_PARENTAL_CONTROL |
Run tasks even when Parental Controls are applied. |
TASK_PERMISSION_IN_BOTH |
Run tasks 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