Cloud Life Sciences v2beta API - Class UnexpectedExitStatusEvent (2.0.0-beta05)

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.

Inheritance

object > UnexpectedExitStatusEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

UnexpectedExitStatusEvent()

public UnexpectedExitStatusEvent()

UnexpectedExitStatusEvent(UnexpectedExitStatusEvent)

public UnexpectedExitStatusEvent(UnexpectedExitStatusEvent other)
Parameter
NameDescription
otherUnexpectedExitStatusEvent

Properties

ActionId

public int ActionId { get; set; }

The numeric ID of the action that started the container.

Property Value
TypeDescription
int

ExitStatus

public int ExitStatus { get; set; }

The exit status of the container.

Property Value
TypeDescription
int