DistributionOption Enumeration

This class contains an enumeration that defines the options available for scheduling a test job.

Note

These enumeration values are now used as flags that can be combined and retrieved by using bitwise operations.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Syntax

Visual Basic

Public Enumeration DistributionOption

C#

public enum DistributionOption

Members

Member Name Description

RequiresMultipleMachines

This value defines a test job as being required to run on multiple machines (test computers)

ScheduleOnAllTargets

This value defines a test job as being required to be run against each and every target in a device family.

ScheduleOnAnyTarget

This value defines a test job as being able to be run on any target in the device family.

ConsolidateScheduleAcrossTargets

This value defines a test job that can consolidate parameters across multiple targets across compatible tests.