ark::aws::BatchJobState
Defined in header “ark/aws/batch_client.hh”.
Returns the state of the batch job.
Variables
-
core::Guid job_identifier
Job identifier for this job. -
BatchJobStatus status
The status of this job. -
std::string human_readable_status
A string version of the job status (human readable). -
std::string log_stream_name
The name of the log stream that contains the stdout. May be empty if it’s not active yet. -
std::optional< int > exit_code
An exit code (may or may not be set depending on the state of the job).