nn::boss::TaskPermission Enumerated Type

Syntax

enum TaskPermission;

Value

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

Description

Constants specifying task permissions.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL