onDidEndTaskProcess property

Event<TaskProcessEndEvent> get onDidEndTaskProcess

Fires when the underlying process has ended. This event will not fire for tasks that don't execute an underlying process.

Implementation

_i3.Event<_i3.TaskProcessEndEvent> get onDidEndTaskProcess => _i4.getProperty(
      this,
      'onDidEndTaskProcess',
    );