Applied-Replicatics
Toggle table of contents
21.1-1.0.0
Select version
21.1-1.0.1
21.1-1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Applied-Replicatics
Applied-Replicatics
/
dev.lapis256.apprep.common.logic
/
PendingTask
Pending
Task
data
class
PendingTask
(
val
input
:
KeyCounter
,
val
output
:
AEItemKey
,
var
count
:
Long
)
(
source
)
Members
Constructors
Pending
Task
Link copied to clipboard
constructor
(
input
:
KeyCounter
,
output
:
AEItemKey
,
count
:
Long
)
constructor
(
inputHolder
:
Array
<
KeyCounter
>
,
output
:
AEItemKey
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
var
count
:
Long
input
Link copied to clipboard
val
input
:
KeyCounter
output
Link copied to clipboard
val
output
:
AEItemKey
Functions
increase
Processing
Count
Link copied to clipboard
fun
increaseProcessingCount
(
)