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


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