An event signaling the end of a process execution triggered through a task
read onlyexitCode:Null<Int>
The process's exit code. Will be undefined when the task is terminated.
undefined
read onlyexecution:TaskExecution
The task execution for which the process got started.