nn::boss::TaskPermission Enumerated Type

Syntax

enum TaskPermission;

Value

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

Description

Constants specifying task permissions.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL