Implement transactional scripted prim builds (#131)
This commit is contained in:
@@ -199,6 +199,9 @@ pub struct RuntimeView {
|
||||
pub control_queue_capacity: usize,
|
||||
pub budget_tool_calls_used: u64,
|
||||
pub budget_movement_millimeters_used: u64,
|
||||
pub active_build_transaction: Option<String>,
|
||||
pub build_progress: Option<String>,
|
||||
pub build_orphan_ids: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user