GetJobQueueByFilter Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobQueueByFilter() method retrieves job records from the Job table and associated tables, as specified by the supplied filters.
| Overload | Description |
|---|---|
| GetJobQueueByFilter(String,String) | The GetJobQueueByFilter() method retrieves job records from the Job table and associated tables, as specified by the supplied filters. |
| GetJobQueueByFilter(String,String,Boolean) | The GetJobQueueByFilter() method retrieves job records from the Job table and associated tables, as specified by the supplied filters. This overload of the method includes the includeScheduableParents parameter, which can be used to include jobs scheduled to ancestors of the entities specified by the filter parameters. |