TaskStatusFilter Class
Assembly: PIX.dll
A filter class used when requesting task statuses.
Inheritance
-
System.Object
- TaskStatusFilter
Syntax
public class TaskStatusFilter : ICloneable
Constructors
Name | Description |
---|---|
TaskStatusFilter() |
Properties
Name | Description |
---|---|
Categories |
If one or more categories are added to this property, only tasks with a matching category are returned. |
DistributionGroups |
If one or more task types are added to this property, only tasks with a matching type are returned. |
EnabledState |
Only tasks with a matching state is returned. |
LastExecution |
The Date/Time interval of the last execution date. Only tasks with a last execution date within the interval will be returned. |
QDSIds |
If one or more QDSId's are added to this property, only tasks from the corresponding QDS's are returned. |
Schedule |
Properties for Filtering based on Started/Scheduled. |
TaskIds |
If one or more task id's are added to this property, only those tasks are returned. |
TaskName |
The name of the task to search for. To get a successful match there must be an exact match between the provided TaskName and the actual task(s). The search is case insensitive and supports wild cards. Also, it is possible to search form multiple task names by separating them with a semi-colon. |
TaskStatuses |
If one or more task statuses are added to this property, only tasks with a matching status are returned. |
TaskTypes |
If one or more task types are added to this property, only tasks with a matching type are returned. |
Methods
Name | Description |
---|---|
Clone() |
Explicit Interface Implementations
Name | Description |
---|---|
ICloneable.Clone() |
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!