IsSucc test whether download process success or not.
()
| 67 | |
| 68 | // IsSucc test whether download process success or not. |
| 69 | func (this *Page) IsSucc() bool { |
| 70 | return !this.isfail |
| 71 | } |
| 72 | |
| 73 | // Errormsg show the download error message. |
| 74 | func (this *Page) Errormsg() string { |
no outgoing calls
no test coverage detected