ModuleResultCollection.add

Add a result to the collection.

This method also sorts the collection by source and makes sure all results containing errors are at the end. This enables the console output to be more user friendly.

class ModuleResultCollection
void
add

Parameters

result

The module result to add.

Meta