TrackResult

data class TrackResult(val dispatch: Dispatch, val status: TrackResult.Status, val info: String)

The TrackResult identifies whether or not a Dispatch has been accepted for further processing.

Parameters

dispatch

The Dispatch instance that this TrackResult relates to.

status

The status that can be accepted for processing or dropped.

info

Some human readable info regarding the reason behind the status decision.

Constructors

Link copied to clipboard
constructor(dispatch: Dispatch, status: TrackResult.Status, info: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Informs if the Dispatch has been accepted for processing, or dropped.

Properties

Link copied to clipboard

Returns a human readable description of the TrackResult.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard