BuildMaster SDK Reference
Version:
ExecuteAction(bool resumeOnError, bool logErrorsAsWarnings) Method
Syntax
public
virtual
bool ExecuteAction(bool resumeOnError, bool logErrorsAsWarnings)
Parameters
- resumeOnError
- Type: bool
Value indicating whether exeuction should continue if there is an error.
- logErrorsAsWarnings
- Type: bool
Value indicating whether errors should be logged as warnings.
Returns
Value indicating whether the execution was successful.