Events
Job
data class EventsJob(val delivered: EventsJobType.EventsJobDelivered, val started: EventsJobType.EventsJobStarted, val cancelled: EventsJobType.EventsJobCancelled, val finished: EventsJobType.EventsJobFinished)
Class that hold events information related with Jobs
Author
Felipe Gonzalez
Constructors
Link copied to clipboard
constructor(delivered: EventsJobType.EventsJobDelivered, started: EventsJobType.EventsJobStarted, cancelled: EventsJobType.EventsJobCancelled, finished: EventsJobType.EventsJobFinished)