External |
An enumerated value representing a result from executing an external service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)


Member name | Value | Description |
---|---|---|
Failed | 1 | Service execution has failed. |
Succeeded | 0 | Service has been executed successfully. |
Unhandled | 2 | Execution of a service has not been handled; possibly because there are no applicable servers. |
