multipleInstances

val multipleInstances: Boolean = false

Denotes this interface as a multiple instance interface. If this set to true, the service implementation can be started for each IVI instance. If false the service will run as a global instance.

Note: Global service instances cannot use multiple instance service interfaces.