Namespace:
Autodesk.Revit.UI
Result
Enumeration
Description:
Informs Autodesk Revit of the status of your application after execution.
Informs Autodesk Revit of the status of your application after execution.
Syntax
public enum Result
Unknown Namespace Members:
| Name | Description |
|---|---|
| Failed | The external application was unable to complete its task. |
| Succeeded | The external application completed successfully. Autodesk Revit will keep this object during the entire Revit session. |
| Cancelled | Signifies that the external application is cancelled. |