示例#1
0
 public JobRunStatus InstallOrUpgrade(string version)
 {
     return(OnRunReady(new JobRun($"Install/Upgrade {_installer.ProductName} to {version}", presenter => _installer.InstallOrUpgrade(version, presenter), _clock)));
 }