Task

abstract class Task(val idx: Int, val timeOut: Long, val startTime: Long = System.currentTimeMillis())

Workers for different calibrators.

Inheritors

Constructors

Link copied to clipboard
constructor(idx: Int, timeOut: Long, startTime: Long = System.currentTimeMillis())

Properties

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

Functions

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