Wait waits for the progress UI to finish
()
| 169 | |
| 170 | // Wait waits for the progress UI to finish |
| 171 | func (up *UploadProgress) Wait() { |
| 172 | up.program.Wait() |
| 173 | } |
| 174 | |
| 175 | // Quit quits the progress UI |
| 176 | func (up *UploadProgress) Quit() { |
no outgoing calls