activeExecutionIds property

Set<int> get activeExecutionIds

Managed executions that started but have not emitted physical completion.

Implementation

Set<int> get activeExecutionIds => Set<int>.unmodifiable(_activeExecutionIds);