| 86 | [[nodiscard]] auto resolutionTicket() const -> int { return m_resolution_ticket; } |
| 87 | |
| 88 | void setResolving(bool resolving, int resolutionTicket) |
| 89 | { |
| 90 | m_is_resolving = resolving; |
| 91 | m_resolution_ticket = resolutionTicket; |
| 92 | } |
| 93 | |
| 94 | // Delete all files of this resource. |
| 95 | bool destroy(); |