An event signaling the end of a process execution triggered through a task

Fields

read onlyexitCode:Null<Int>

The process's exit code. Will be undefined when the task is terminated.

read onlyexecution:TaskExecution

The task execution for which the process got started.