Share

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.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?