public class UDClientStatus
extends java.lang.Object
Constructor and Description |
---|
UDClientStatus() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBusy() |
static boolean |
isStatusMonitorEnabled() |
static void |
reset() |
static void |
setBusy(boolean busy) |
static void |
setStatusMonitorEnabled(boolean val) |
static void |
Stop() |
static void |
waitBusy()
Waits for the status to be come not busy
|
static void |
waitNotBusy()
Waits for the status to be come not busy
|
public static void waitBusy()
public static void waitNotBusy()
public static boolean isBusy()
public static void reset()
public static void setBusy(boolean busy)
public static boolean isStatusMonitorEnabled()
public static void setStatusMonitorEnabled(boolean val)
public static void Stop()