Class: PuppetX::PuppetLabs::ScheduledTask::Task::TASK_RUN_FLAGS
- Inherits:
-
Object
- Object
- PuppetX::PuppetLabs::ScheduledTask::Task::TASK_RUN_FLAGS
- Defined in:
- lib/puppet_x/puppetlabs/scheduled_task/task.rb
Overview
Constant Summary collapse
- TASK_RUN_NO_FLAGS =
The task is run with all flags ignored.
0
- TASK_RUN_AS_SELF =
The task is run as the user who is calling the Run method.
0x1
- TASK_RUN_IGNORE_CONSTRAINTS =
The task is run regardless of constraints such as “do not run on batteries” or “run only if idle”.
0x2
- TASK_RUN_USE_SESSION_ID =
The task is run using a terminal server session identifier.
0x4
- TASK_RUN_USER_SID =
The task is run using a security identifier.
0x8