archive

public abstract Unit archive(Function1<Boolean, Unit> onComplete)

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.