Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_id
def action_id() -> ::Integer
Returns
- (::Integer) — The numeric ID of the action that started the container.
#action_id=
def action_id=(value) -> ::Integer
Parameter
- value (::Integer) — The numeric ID of the action that started the container.
Returns
- (::Integer) — The numeric ID of the action that started the container.
#exit_status
def exit_status() -> ::Integer
Returns
- (::Integer) — The exit status of the container.
#exit_status=
def exit_status=(value) -> ::Integer
Parameter
- value (::Integer) — The exit status of the container.
Returns
- (::Integer) — The exit status of the container.