package task func GetTaskName(taskId int) string { return getTaskManager().getTaskName(taskId) }