Class: Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent
- 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
-
#action_id ⇒ ::Integer
The numeric ID of the action that started the container.
-
#exit_status ⇒ ::Integer
The exit status of the container.
Instance Attribute Details
#action_id ⇒ ::Integer
Returns The numeric ID of the action that started the container.
860 861 862 863 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 860 class UnexpectedExitStatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exit_status ⇒ ::Integer
Returns The exit status of the container.
860 861 862 863 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 860 class UnexpectedExitStatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |