termSignal property

int? termSignal
getter/setter pair

Termination signal of the container.

This is set to non-zero if the container is terminated by the system. At most one of exit_code or term_signal will be set.

Optional.

Implementation

core.int? termSignal;