ProjectsPanel.setActiveProject Method
        
 Sets the active project in the application.
 
         
        Parameters
        
            - project
            
 
            - 
                
Type: Project
The project to set as the active project in the application. 
            - suppressEvent
            
 
            - 
                
Type: Boolean
(optional) By default the 'projectChanged' event is raised when this method is called. Set this parameter to true to stop this and the signal from happening.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
A promise object that is resolved when the call is complete.