public async checkTasks(ids: string): Promise<void> {
    Renderer.instance.startLoading();

    let parsedIDs: Array<number>;
    try {