reason property

String? reason
getter/setter pair

The reason for the worker shutdown.

Current possible values are: "UNKNOWN": shutdown reason is unknown. "PREEMPTION": shutdown reason is preemption. Other possible reasons may be added in the future.

Implementation

core.String? reason;