Class: Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::Integer

Returns The numeric ID of the action that started the container.

Returns:

  • (::Integer)

    The numeric ID of the action that started the container.



823
824
825
826
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 823

class UnexpectedExitStatusEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exit_status::Integer

Returns The exit status of the container.

Returns:

  • (::Integer)

    The exit status of the container.



823
824
825
826
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 823

class UnexpectedExitStatusEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end