getLog method

TaskLog? getLog(
  1. String taskId
)

Get execution log for a task.

Implementation

TaskLog? getLog(String taskId) => _tasks[taskId]?.log;