add Task Report
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
class Name
The class name of the subsystem or context.
is Default Task
Whether this task is a default task.
task Name
The name of the task.
delta Time Sec
The time this task has been running in seconds
timeout Sec
The time this task is allowed to run in seconds, 0.0 if indefinite