}
/// Return URL for the log of this run.
pub fn log(&self) -> &Url {
&self.log
/// Return latest [`Status`] of the `Run`.
pub fn status(&self) -> &Status {
&self.status