Table of Contents

Class DashboardGroupQuery

Namespace
Quartz.Dashboard.Services
Assembly
Quartz.Dashboard.dll

One page of a group listing — job groups or trigger groups — optionally narrowed to the groups that are paused or to the ones that are not.

public sealed record DashboardGroupQuery : PagedQuery, IEquatable<PagedQuery>, IEquatable<DashboardGroupQuery>
Inheritance
DashboardGroupQuery
Implements
Inherited Members

Properties

Paused

Limits the result by paused state: true for paused groups only, false for unpaused only, null for every group.

public bool? Paused { get; init; }

Property Value

bool?

Remarks

With Take of zero this counts the paused groups, which the unfiltered listing cannot be made to do: a group can be paused while it holds nothing, and the unfiltered listing enumerates the groups that hold something.