Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |