TaskInfo

fun <T> TaskInfo(    node: String,     id: Long,     type: String,     action: String,     status: T,     description: String,     startTimeInMillis: Long,     runningTimeInNanos: Long,     cancellable: Boolean)