Package | Description |
---|---|
com.streamscape.ds.schema.timer | |
com.streamscape.lib.timer |
Modifier and Type | Method and Description |
---|---|
FabricTimerState |
TimerMetaData.getState() |
Modifier and Type | Field and Description |
---|---|
static FabricTimerState |
FabricTimerState.CANCELLED |
static FabricTimerState |
FabricTimerState.CREATED |
static FabricTimerState |
FabricTimerState.EXPIRED |
static FabricTimerState |
FabricTimerState.RESET |
static FabricTimerState |
FabricTimerState.RESUMED |
static FabricTimerState |
FabricTimerState.STARTED |
static FabricTimerState |
FabricTimerState.STOPPED |
static FabricTimerState |
FabricTimerState.SUSPENDED |
Modifier and Type | Method and Description |
---|---|
FabricTimerState |
FabricTimer.getState()
Returns the current state of the timer.
|
static FabricTimerState |
FabricTimerState.valueOf(java.lang.String name) |
static FabricTimerState[] |
FabricTimerState.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.