onDidStartTaskProcess property
Event<TaskProcessStartEvent>
get
onDidStartTaskProcess
Fires when the underlying process has been started. This event will not fire for tasks that don't execute an underlying process.
Implementation
_i3.Event<_i3.TaskProcessStartEvent> get onDidStartTaskProcess =>
_i4.getProperty(
this,
'onDidStartTaskProcess',
);