taskExecutions property

List<TaskExecution> get taskExecutions

The currently active task executions or an empty array.

Implementation

_i2.List<_i3.TaskExecution> get taskExecutions => (_i4.getProperty(
      this,
      'taskExecutions',
    ) as _i2.List)
        .cast();