Events Job Cancelled

data class EventsJobCancelled(val penalty: Long, val startedTimeStamp: Int, val cancelledTimestamp: Int, val isActive: Boolean) : EventsJobType

Job type event related to cancelled Job

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(penalty: Long, startedTimeStamp: Int, cancelledTimestamp: Int, isActive: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

True|False if event iFs still active

Link copied to clipboard

received for cancel

Link copied to clipboard