rebootAsync

fun rebootAsync(correlationId: String = UUID.randomUUID().toString()): Async<RebootResult>

Same as reboot, but runs on a background thread and returns an Async wrapping it.