Class: Google::Cloud::Batch::V1::TaskExecution

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/task.rb

Overview

This Task Execution field includes detail information for task execution procedures, based on StatusEvent types.

Instance Attribute Summary collapse

Instance Attribute Details

#exit_code::Integer

Returns When task is completed as the status of FAILED or SUCCEEDED, exit code is for one task execution result, default is 0 as success.

Returns:

  • (::Integer)

    When task is completed as the status of FAILED or SUCCEEDED, exit code is for one task execution result, default is 0 as success.



104
105
106
107
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 104

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