pub type PregelTaskInfo = PregelTaskInfoExport;Expand description
Pregel task information (re-exported from juncture-core)
Aliased Type§
pub struct PregelTaskInfo {
pub id: String,
pub node_name: String,
pub error: Option<String>,
pub interrupts: Vec<Value>,
}Fields§
§id: StringTask identifier
node_name: StringNode name being executed
error: Option<String>Error if task failed
interrupts: Vec<Value>Interrupt values if task was interrupted