Class JobLifecycleDto
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
Properties
JobKey
public JobKeyDto JobKey { get; init; }
Property Value
SchedulerInstanceId
public string SchedulerInstanceId { get; init; }