remoteUpdate

suspend fun remoteUpdate(onProgress: (taskName: String?, percentDone: Int) -> Unit, onSync: suspend (FileAction) -> Unit, branch: String? = null, allowedTypes: Set<OverrideType>?): ActionError?