* Gets the active time tracking session for a task
(task: TaskInfo)
| 1309 | * Gets the active time tracking session for a task |
| 1310 | */ |
| 1311 | getActiveTimeSession(task: TaskInfo) { |
| 1312 | return getActiveTimeEntry(task.timeEntries || []); |
| 1313 | } |
| 1314 | |
| 1315 | /** |
| 1316 | * Check if a recurring task is completed for a specific date |
no test coverage detected