TaskProcessEndEvent

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

Online Documentation

Properties

Link copied to clipboard
abstract val execution: TaskExecution

The task execution for which the process got started.

Link copied to clipboard
abstract val exitCode: Int?

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