Package ch.bailu.gtk.gst
Schnittstelle ClockReturn
public interface ClockReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intA bad time was provided to a function.static final intThe ClockID is busystatic final intThe ClockID is done waitingstatic final intThe operation was scheduled too late.static final intAn error occurredstatic final intThe operation succeeded.static final intThe clockID was unscheduledstatic final intOperation is not supported
-
Felddetails
-
OK
static final int OKThe operation succeeded.- Siehe auch:
-
EARLY
static final int EARLYThe operation was scheduled too late.- Siehe auch:
-
UNSCHEDULED
static final int UNSCHEDULEDThe clockID was unscheduled- Siehe auch:
-
BUSY
static final int BUSYThe ClockID is busy- Siehe auch:
-
BADTIME
static final int BADTIMEA bad time was provided to a function.- Siehe auch:
-
ERROR
static final int ERRORAn error occurred- Siehe auch:
-
UNSUPPORTED
static final int UNSUPPORTEDOperation is not supported- Siehe auch:
-
DONE
static final int DONEThe ClockID is done waiting- Siehe auch:
-