public sealed class ContainerStoppedEvent : IMessage<ContainerStoppedEvent>, IEquatable<ContainerStoppedEvent>, IDeepCloneable<ContainerStoppedEvent>, IBufferMessage, IMessage
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs directory mounted into
each action, and can be copied off the machine as described elsewhere.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eContainerStoppedEvent\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContainerStoppedEvent\u003c/code\u003e is a class that signals when a container has exited, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default \u003ccode\u003eContainerStoppedEvent()\u003c/code\u003e and a copy constructor \u003ccode\u003eContainerStoppedEvent(ContainerStoppedEvent other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eContainerStoppedEvent\u003c/code\u003e class include \u003ccode\u003eActionId\u003c/code\u003e (the ID of the action that started the container), \u003ccode\u003eExitStatus\u003c/code\u003e (the container's exit status), and \u003ccode\u003eStderr\u003c/code\u003e (a tail of any standard error content produced by the container).\u003c/p\u003e\n"],["\u003cp\u003eThere are also multiple versions of this documentation available, with the latest version being 2.0.0-beta06.\u003c/p\u003e\n"]]],[],null,[]]