Edit

Share via


TaskAgentJobResultFilter Enum

Definition

This is useful in getting a list of deployment targets, filtered by the result of their last job.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum TaskAgentJobResultFilter
type TaskAgentJobResultFilter = 
Public Enum TaskAgentJobResultFilter
Inheritance
TaskAgentJobResultFilter
Attributes

Fields

All 7

All deployment targets.

Failed 1

Only those deployment targets on which last job failed (Abandoned, Canceled, Failed, Skipped).

NeverDeployed 4

Only those deployment targets that never executed a job.

Passed 2

Only those deployment targets on which last job Passed (Succeeded, Succeeded with issues).

Applies to