Skip to main content

PowerShellProgress

Type Alias PowerShellProgress 

Source
pub type PowerShellProgress = ToolProgressData;

Aliased Type§

pub struct PowerShellProgress {
    pub kind: Option<String>,
    pub extra: HashMap<String, Value>,
}

Fields§

§kind: Option<String>§extra: HashMap<String, Value>