PendingTask

data class PendingTask(val input: KeyCounter, val output: AEItemKey, var count: Long)(source)

Constructors

Link copied to clipboard
constructor(input: KeyCounter, output: AEItemKey, count: Long)
constructor(inputHolder: Array<KeyCounter>, output: AEItemKey)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var count: Long
Link copied to clipboard
val input: KeyCounter
Link copied to clipboard
val output: AEItemKey

Functions

Link copied to clipboard