gsdsdk / com.gsd.software.sdk.offlinetools.api / IntentionCall

IntentionCall

interface IntentionCall

Created by konradrutkowski on 18.02.2019.

Functions

Name Summary
next abstract suspend fun next():Unit
retry abstract suspend fun retry():Unit
suspendUntilNextIteration abstract fun suspendUntilNextIteration(reason:String? = null):Unit
terminate abstract fun terminate():Unit

Inheritors

Name Summary
IntentionScope class IntentionScope :IntentionCall
Created by konradrutkowski on 18.02.2019.