ResultType

enum ResultType : Enum<IviServiceFunResult.ResultType>

Denotes the result type of an asynchronous IVI service function call.

Entries

Link copied to clipboard

The service function call was successful.

Link copied to clipboard

The service is unavailable.

Link copied to clipboard

The service function call failed with an exception.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int