async fn check_snapshot_progress(
client: &Client,
wait: bool,
) -> Result<SnapshotProgressState>Expand description
Check if the snapshot download is in progress, if wait is true, wait till snapshot download is completed else return after checking once