public sealed class UnexpectedExitStatusEvent : IMessage<UnexpectedExitStatusEvent>, IEquatable<UnexpectedExitStatusEvent>, IDeepCloneable<UnexpectedExitStatusEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class UnexpectedExitStatusEvent.
An event generated when the execution of a container results in a
non-zero exit status that was not otherwise ignored. Execution will
continue, but only actions that are flagged as ALWAYS_RUN
will be
executed. Other actions will be skipped.
Implements
IMessageUnexpectedExitStatusEvent, IEquatableUnexpectedExitStatusEvent, IDeepCloneableUnexpectedExitStatusEvent, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
UnexpectedExitStatusEvent()
public UnexpectedExitStatusEvent()
UnexpectedExitStatusEvent(UnexpectedExitStatusEvent)
public UnexpectedExitStatusEvent(UnexpectedExitStatusEvent other)
Parameter | |
---|---|
Name | Description |
other |
UnexpectedExitStatusEvent |
Properties
ActionId
public int ActionId { get; set; }
The numeric ID of the action that started the container.
Property Value | |
---|---|
Type | Description |
int |
ExitStatus
public int ExitStatus { get; set; }
The exit status of the container.
Property Value | |
---|---|
Type | Description |
int |