TeamFoundationJobResult Enumeration

The result of running an instance of a job definition.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Enumeration TeamFoundationJobResult
public enum TeamFoundationJobResult
public enum class TeamFoundationJobResult
type TeamFoundationJobResult
public enum TeamFoundationJobResult

Members

Member name Description
Blocked

Disabled

ExtensionNotFound

Failed

Inactive

JobInitializationError Indicates there was an error initializing a job request context or reading the job definition.

Generally the job agent will not acquire jobs unless the associated service host is online. Occasionally an offline host notification may be delayed and the job agent will acquire and then release a job associated with an offline host.

Killed

None

PartiallySucceeded

Stopped

Succeeded

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace