waitUntilAnnotationStoreDeleted
suspend fun OmicsClient.waitUntilAnnotationStoreDeleted(request: GetAnnotationStoreRequest, retryStrategy: RetryStrategy? = null): Outcome<GetAnnotationStoreResponse>
suspend fun OmicsClient.waitUntilAnnotationStoreDeleted(block: GetAnnotationStoreRequest.Builder.() -> Unit): Outcome<GetAnnotationStoreResponse>
Wait until an annotation store is deleted.