An enumerated value representing a result from executing an external service.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Since: 2013
Syntax
| C# |
|---|
public enum ExternalServiceResult |
| Visual Basic |
|---|
Public Enumeration ExternalServiceResult |
| Visual C++ |
|---|
public enum class ExternalServiceResult |
Members
| Member name | Description |
|---|---|
| Succeeded | Service has been executed successfully. |
| Failed | Service execution has failed. |
| Unhandled | Execution of a service has not been handled; possibly because there are no applicable servers. |