JobQueryField Enumeration |
Properties that can be used to query for jobs.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum JobQueryField
Public Enumeration JobQueryField
public enum class JobQueryField
Members
| Member name | Value | Description |
---|
| None | 0 | No schedule query fields specified. |
| Id | 1 | The Id property. |
| JobKind | 2 | The JobKind property. |
| TenantId | 3 | The TenantId property. |
| RelatedItemId | 4 | The RelatedItemId property. |
| Status | 5 | The Status property. |
| ModifiedTime | 6 | The ModifiedTime property. |
| CreatedById | 7 | The CreatedById property. |
| ScheduleStatus | 8 | The ScheduleStatus property. |
| LastRunTime | 9 | The StartTime property for the job's most recent job run. |
| LastRunResult | 10 | The Result property for the job's most recent job run. |
| Description | 11 | The computed job description. |
| NextRunTime | 12 | The NextRunTime property. |
| MaintainerId | 13 | The MaintainerId property. |
See Also