Events
Job
Type
Sealed class to handle different job events
Author
Felipe Gonzalez
Inheritors
Types
Link copied to clipboard
data class EventsJobCancelled(val penalty: Long, val startedTimeStamp: Int, val cancelledTimestamp: Int, val isActive: Boolean) : EventsJobType
Job type event related to cancelled Job
Link copied to clipboard
Link copied to clipboard
Job type event related to finished Job
Link copied to clipboard
Job type event related to started cargo