Table of Contents

Class JobLifecycleDto

Namespace
Quartz.Dashboard.Hubs
Assembly
Quartz.Dashboard.dll

A job that was paused or resumed, and the node that did it.

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

Constructors

JobLifecycleDto(string, JobKeyDto)

A job that was paused or resumed, and the node that did it.

public JobLifecycleDto(string SchedulerInstanceId, JobKeyDto JobKey)

Parameters

SchedulerInstanceId string
JobKey JobKeyDto

Properties

JobKey

public JobKeyDto JobKey { get; init; }

Property Value

JobKeyDto

SchedulerInstanceId

public string SchedulerInstanceId { get; init; }

Property Value

string