Type Alias RunJobEvent

Source
pub type RunJobEvent = RunEvent<Job>;

Aliased Type§

pub struct RunJobEvent {
    pub source: Job,
    pub trigger_event: Option<TriggerEvent>,
    pub payload: Option<ContextPayload>,
}

Fields§

§source: Job§trigger_event: Option<TriggerEvent>§payload: Option<ContextPayload>