IFailuresProcessor.ProcessFailures
Method
Description:
Method that Revit will invoke to process failures at the end of transaction.
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.
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. |