gsdsdk / com.gsd.software.sdk.offlinetools.api / IntentionCall
interface IntentionCall
Created by konradrutkowski on 18.02.2019.
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 |
Name | Summary |
---|---|
IntentionScope | class IntentionScope : IntentionCall Created by konradrutkowski on 18.02.2019. |