()
| 939 | return false; |
| 940 | } |
| 941 | } |
| 942 | |
| 943 | startAutoUpdate(): void { |
| 944 | try { |
| 945 | if (cronManager.has(this.TASK_NAME)) cronManager.del(this.TASK_NAME); |
| 946 | |
| 947 | cronManager.set(this.TASK_NAME, "0 * * * * *", async () => { |
| 948 | if (this.isUpdating) return; |