RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IFailuresProcessor

IFailuresProcessor.ProcessFailures

Method
Description:
Method that Revit will invoke to process failures at the end of transaction.
Remarks:
This method is invoked after some failures may have been handled by any FailuresPreprocessor and/or FailureProcessing event subscribers.
Parameters
Parameter Type Description
data FailuresAccessor Provides all necessary data to perform the resolution of failures.
Return Value
Type Description
FailureProcessingResult The result of the failures processing.