addTaskReport

open fun addTaskReport(className: String, isDefaultTask: Boolean, taskName: String, deltaTimeSec: Double, timeoutSec: Double)

Used internally by subsystems and tasks to report their running status statically. This method is not intended for use by the user.

Parameters

className

The class name of the subsystem or context.

isDefaultTask

Whether this task is a default task.

taskName

The name of the task.

deltaTimeSec

The time this task has been running in seconds

timeoutSec

The time this task is allowed to run in seconds, 0.0 if indefinite