zcash-android-wallet-sdk/docs/-sdk-synchronizer/stop.md

546 B

zcash-android-wallet-sdk / cash.z.wallet.sdk / SdkSynchronizer / stop

stop

fun stop(): Unit

Overrides Synchronizer.stop

Stop this synchronizer and all of its child jobs. Once a synchronizer has been stopped it should not be restarted and attempting to do so will result in an error. Also, this function will throw an exception if the synchronizer was never previously started.