ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
job_schedule_status Struct Reference

Per-job status snapshot used by the Scheduler Monitor window. More...

#include <scheduler_protocol.hpp>

Collaboration diagram for job_schedule_status:
Collaboration graph

Public Attributes

std::string job_definition_id
 
std::string job_name
 
std::string description
 
std::string schedule_expression
 
bool is_active = false
 
std::optional< std::string > last_run_at
 ISO-8601 UTC, if ever run.
 
std::optional< std::string > last_run_status
 "succeeded" | "failed" | "starting"
 
std::optional< std::string > next_fire_at
 ISO-8601 UTC, null if inactive.
 
int running_count = 0
 currently running instances
 

Detailed Description

Per-job status snapshot used by the Scheduler Monitor window.