scanProject


Description:

public void scanProject (Folder? project)

Enqueue all files of a project that need scanning.

This method is safe to call from the UI thread. It will start the background thread if not already running and dispatch the project scanning work to the background thread.

Parameters:

project

The Folder object representing the active project (is_project = true), or null if no active project.