archive

abstract fun archive(onComplete: (Boolean) -> Unit = {})

Requests that the server archive this thread.

Parameters

onComplete

Callback to be performed when the request has completed. This routine will be invoked with a success value indicating whether or not the thread has been successfully archived.