An enumerated value representing a result from executing an external service.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |