ACQUIRE_EXCLUSIVE_ACCESS_TIMEOUT

const val ACQUIRE_EXCLUSIVE_ACCESS_TIMEOUT: Int = 2

Possible result of acquireExclusiveAccess or acquireWholeMapExclusiveAccess, signalling that acquiring exclusive access failed because the time expired and one or more components didn't release their shared access.

Take care to keep this aligned with the values on the JNI side.