public sealed class ContainerKilledEvent : IMessage<ContainerKilledEvent>, IEquatable<ContainerKilledEvent>, IDeepCloneable<ContainerKilledEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class ContainerKilledEvent.
An event generated when a container is forcibly terminated by the
worker. Currently, this only occurs when the container outlives the
timeout specified by the user.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The `ContainerKilledEvent` class in the Cloud Life Sciences v2beta API represents an event when a container is forcibly terminated by a worker, typically due to exceeding its timeout."],["This class is available in three versions: 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta02, each with its own documentation page."],["`ContainerKilledEvent` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality checks, deep cloning, and buffer management."],["The `ContainerKilledEvent` class features a property `ActionId` which represents the numeric identifier of the action that initiated the container."],["It can be constructed either as a default instance with no arguments, or from an existing instance of `ContainerKilledEvent` through its constructor."]]],[]]