winIDEA SDK
isys::CBuildStatus Class Reference

Description

This class contains status of the build manager.

It is not intended to be instantiated by clients. Returned by CProjectController::getStatus().

See also
CProjectController

#include <CProjectController.h>

Public Member Functions

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. More...
 
bool isConfigError ()
 Returns true, if winIDEA build manager is not properly configured.
 
bool isActive ()
 Returns true, if winIDEA build manager is building.
 
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.
 

Member Function Documentation

◆ isIdleWError()

bool isys::CBuildStatus::isIdleWError ( )
inline

Returns true, if winIDEA build manager is in idle state, and there were errors in the last build.

See also
getNumErrors
getNumWarnings