RepairTask

inner class RepairTask(var repairTime: GetValueIfc) : TaskProcessingSystem.Task(source)

Simple delay task to represent repair being done.

Parameters

repairTime

the time down to complete the repair

Constructors

Link copied to clipboard
constructor(repairTime: Double)
constructor(repairTime: GetValueIfc)

Properties

Link copied to clipboard
Link copied to clipboard
open override val taskProcess: KSLProcess

The process routine defined for the task.