Class JobEvents.ActiveJobUpdated
- Namespace
- SmarterLink.Core.Protocol.Events
- Assembly
- SmarterLink.Core.dll
Signals that the active job at a station has changed.
public sealed record JobEvents.ActiveJobUpdated : JobEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<JobEvents>, IEquatable<JobEvents.ActiveJobUpdated>
- Inheritance
-
JobEvents.ActiveJobUpdated
- Implements
- Inherited Members
Constructors
ActiveJobUpdated(JobId)
Signals that the active job at a station has changed.
public ActiveJobUpdated(JobId JobId)
Parameters
JobIdJobId
Properties
JobId
[JsonRequired]
public JobId JobId { get; init; }