activeTaskIds property

List<String> activeTaskIds
getter/setter pair

List of IDs of tasks currently being processed by the isolate.

Implementation

List<String> activeTaskIds = [];