hasPendingDownload

abstract fun hasPendingDownload(): Boolean

Return true if a {@link com.sap.cloud.mobile.kotlin.odata.DataSyncProvider#download(com.sap.cloud.mobile.kotlin.odata.StringList, com.sap.cloud.mobile.kotlin.odata.SyncOptions) DataSyncProvider.download} is currently in progress or if the previous download did not terminate normally (i.e. it failed or was cancelled).

Return

true if a {@link com.sap.cloud.mobile.kotlin.odata.DataSyncProvider#download(com.sap.cloud.mobile.kotlin.odata.StringList, com.sap.cloud.mobile.kotlin.odata.SyncOptions) DataSyncProvider.download} is currently in progress or if the previous download did not terminate normally (i.e. it failed or was cancelled).