nn::boss::TaskPermission Enumerated Type

Syntax

enum TaskPermission;

Value

Value Description
TASK_PERMISSION_IN_NONE 0: Setting that runs tasks in compliance with Parental Controls and with whether the user has agreed to the EULA.
TASK_PERMISSION_IN_EULA_DISAGREEMENT 1: Run tasks even if the user has not agreed to the EULA.
TASK_PERMISSION_IN_PARENTAL_CONTROL 2: Setting that allows tasks to run even when restricted by Parental Controls.
TASK_PERMISSION_IN_BOTH 3: Setting that allows tasks to run even if the user has not agreed to the EULA, and even if the task is restricted by Parental Controls.
TASK_PERMISSION_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants specifying task permissions. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL