IdleLoad

class IdleLoad(val idx: Int, val timeOut: Long) : Task

Waits without doing anything. Idea: should not stress any units above the baseline consumption level.

Constructors

Link copied to clipboard
constructor(idx: Int, timeOut: Long)

Properties

Link copied to clipboard
val idx: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun perform(): Boolean
Link copied to clipboard
open fun run()