Table of Contents

Class DashboardTriggerQuery

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

One page of the trigger listing, optionally narrowed by group name and by state.

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

Properties

GroupContains

Lists only the triggers whose group name contains this, or every trigger when null.

public string? GroupContains { get; init; }

Property Value

string

State

Lists only the triggers in this state, or every state when null.

public TriggerState? State { get; init; }

Property Value

TriggerState?