Class: PuppetX::PuppetLabs::ScheduledTask::Task::TASK_COMPATIBILITY

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_x/puppetlabs/scheduled_task/task.rb

Overview

docs.microsoft.com/en-us/windows/win32/api/taskschd/ne-taskschd-task_compatibility Win7/2008 R2 = 3 Win8/Server 2012 R2 or Server 2016 = 4 Windows 10 = 5 / 6

Constant Summary collapse

TASK_COMPATIBILITY_AT =

The task is compatible with the AT command.

0
TASK_COMPATIBILITY_V1 =

The task is compatible with Task Scheduler 1.0.

1
TASK_COMPATIBILITY_V2 =

The task is compatible with Task Scheduler 2.0.

2
TASK_COMPATIBILITY_V2_1 =

The task is compatible with Task Scheduler 2.1.

3
TASK_COMPATIBILITY_V2_2 =

The task is compatible with Task Scheduler 2.2.

4
TASK_COMPATIBILITY_V2_3 =

The task is compatible with Task Scheduler 2.3.

5
TASK_COMPATIBILITY_V2_4 =

The task is compatible with Task Scheduler 2.4.

6