Table of Contents

Class TriggerGroup

Namespace
Quartz
Assembly
Quartz.dll

A trigger group listing entry.

public sealed record TriggerGroup : IEquatable<TriggerGroup>
Inheritance
TriggerGroup
Implements
Inherited Members

Constructors

TriggerGroup(string, bool)

A trigger group listing entry.

public TriggerGroup(string Name, bool Paused)

Parameters

Name string

The group name.

Paused bool

Whether the group is paused.

Properties

Name

The group name.

public string Name { get; init; }

Property Value

string

Paused

Whether the group is paused.

public bool Paused { get; init; }

Property Value

bool