wManager.Wow.Helpers Namespace
WRobot

RunCode..::..HasErrors Method

Determines whether the specified compiler results has errors.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool HasErrors(
	CompilerResults compilerResults
)
Public Shared Function HasErrors ( _
	compilerResults As CompilerResults _
) As Boolean
public:
static bool^ HasErrors(
	CompilerResults^ compilerResults
)

Parameters

compilerResults
Type: CompilerResults
The compiler results.

Return Value

true if the specified compiler results has errors; otherwise, false.