Apache Ignite C++ Client
Loading...
Searching...
No Matches
ignite::job_state Struct Reference

#include <job_state.h>

Public Attributes

uuid id {}
 Job ID.
job_status status {job_status::QUEUED}
 Status.
ignite_timestamp create_time {}
 Create time.
std::optional< ignite_timestampstart_time {}
 Start time (std::nullopt when not yet started).
std::optional< ignite_timestampfinish_time {}
 Finish time (std::nullopt when not yet finished).

Detailed Description

Compute job state.


The documentation for this struct was generated from the following file: