This class contains status of the build manager. More...
#include <CProjectController.h>
Public Member Functions | |
| int | getNumErrors () |
| Not implemented yet - will return the number of errors in the last build. | |
| int | getNumWarnings () |
| Not implemented yet - will return the number of warnings in the last build. | |
| bool | isActive () |
| Returns true, if winIDEA build manager is building. | |
| bool | isConfigError () |
| Returns true, if winIDEA build manager is not properly configured. | |
| bool | isIdle () |
| Returns true, if winIDEA build manager is in idle state. | |
| bool | isIdleWError () |
| Returns true, if winIDEA build manager is in idle state, and there were errors in the last build. | |
This class contains status of the build manager.
It is not intended to be instantiated by clients. Returned by CProjectController::getStatus().
|
inline |
Returns true, if winIDEA build manager is in idle state, and there were errors in the last build.