271 | | * No completed: When the download isn't complete. It is displayed with a blue progress bar and a percentage. |
272 | | |
273 | | * Completed : When the download is successful. It is displayed with a green progress bar. |
274 | | |
275 | | * Failed : When happens some error in the current data node. It is displayed with a red progress bar. |
276 | | |
277 | | * Checksum failed: When the validity algorithm of file failed. It is displayed with a gray progress bar with the message "CHECKSUM_FAILED". |
278 | | |
279 | | * Unauthorized: When the user hasn't been authorized to download a file. It is displayed with a yellow progress bar with the message "UNAUTHORIZED". |
| 271 | * No completed: When the download isn't complete. It is displayed with a blue progress bar and a percentage |
| 272 | * CREATED: File has just been added |
| 273 | * PAUSED: File has paused |
| 274 | * WAITING: File is in waiting for be downloaded |
| 275 | * DOWNLOADING: File is downloading |
| 276 | * UNAUTHORIZED: When the user hasn't been authorized to download a file. It is displayed with a yellow progress bar with the message "UNAUTHORIZED". |
| 277 | * Completed : When the download is completed. |
| 278 | * FINISHED: Download is successful. It is displayed with a green progress bar. |
| 279 | * FAILED : When happens some error in the current data node. It is displayed with a red progress bar. |
| 280 | * CHECKSUM_FAILED: When the validity algorithm of file failed. It is displayed with a gray progress bar with the message "CHECKSUM_FAILED". |