run


Description:

public abstract void run ()

Abstract method where the search is performed

Scopes need to implement this method and add results to the ResultSet which was passed to the Unity.AbstractScope.create_search_for_query. By the time this method returns, the ResultSet is considered complete.