getAllMicroTasks method

List<Task<Object>> getAllMicroTasks()

Implementation

List<Task> getAllMicroTasks() {
  return _microTasks;
}