menu
neomage package
documentation
data/services/task_service.dart
TaskManager
getLog method
getLog method
dark_mode
light_mode
getLog
method
TaskLog
?
getLog
(
String
taskId
)
Get execution log for a task.
Implementation
TaskLog? getLog(String taskId) => _tasks[taskId]?.log;
neomage package
documentation
data/services/task_service
TaskManager
getLog method
TaskManager class