iOSSQLiteDatabase.ThreadYieldInterval
From Xojo Documentation
Property (As Integer )
aiOSSQLiteDatabase.ThreadYieldInterval = newIntegerValue
or
IntegerValue = aiOSSQLiteDatabase.ThreadYieldInterval
Supported on Mobile (iOS).
or
IntegerValue = aiOSSQLiteDatabase.ThreadYieldInterval
Supported on Mobile (iOS).
Yields time back to your application every N virtual machine instructions. The unit is virtual machine instructions.
Notes
This is provided for advanced usage of SQLite and should not typically need to be changed.