WorkTask

Simple delay task to represent work being done.

Parameters

workTime

the time to do the work

Constructors

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

Properties

Link copied to clipboard
open override val taskProcess: KSLProcess

The process routine defined for the task.

Link copied to clipboard