ExternalServiceResult Enumeration

An enumerated value representing a result from executing an external service.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ExternalServiceResult
Members
Member nameValueDescription
Failed1 Service execution has failed.
Succeeded0 Service has been executed successfully.
Unhandled2 Execution of a service has not been handled; possibly because there are no applicable servers.
See Also