return bool on UpdateInteractive
This commit is contained in:
@@ -38,10 +38,10 @@ public class UpdateClientGui
|
||||
|
||||
// F e a t u r e s
|
||||
|
||||
public async Task UpdateInteractive(Form parentForm)
|
||||
public async Task<bool> UpdateInteractive(Form parentForm)
|
||||
{
|
||||
this.parentForm = parentForm;
|
||||
await updateClient.UpdateInteractive();
|
||||
return await updateClient.UpdateInteractive();
|
||||
}
|
||||
|
||||
private void EndUpdating()
|
||||
|
||||
Reference in New Issue
Block a user