public interface BasicSystemOperations extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
reboot()
Causes the target to reboot immediately.
|
CompletableFuture<Long> |
time()
Returns the current time on the target.
|
handler, setHandlerCompletableFuture<Boolean> reboot()
CompletableFuture<Long> time()