PoolLifetimeOption Enum

Definition

Specifies the minimum lifetime of created auto pools, and how multiple jobs on a schedule are assigned to pools.

public enum PoolLifetimeOption
type PoolLifetimeOption = 
Public Enum PoolLifetimeOption
Inheritance
PoolLifetimeOption

Fields

Job 1

The pool exists for the lifetime of the job to which it is dedicated.

JobSchedule 0

The pool exists for the lifetime of the job schedule.

Applies to