Public Member Functions | |
def | __init__ |
def | run |
def | rest |
def | stop |
def | is_running |
def | is_resting |
def | is_stopped |
Public Attributes | |
state | |
Static Public Attributes | |
int | Stopped = 0 |
int | Running = 1 |
int | Resting = 2 |
def unlock.state.state.RunState.__init__ | ( | self | ) |
def unlock.state.state.RunState.is_resting | ( | self | ) |
def unlock.state.state.RunState.is_running | ( | self | ) |
def unlock.state.state.RunState.is_stopped | ( | self | ) |
def unlock.state.state.RunState.rest | ( | self | ) |
def unlock.state.state.RunState.run | ( | self | ) |
def unlock.state.state.RunState.stop | ( | self | ) |
int unlock.state.state.RunState.Resting = 2 [static] |
int unlock.state.state.RunState.Running = 1 [static] |
int unlock.state.state.RunState.Stopped = 0 [static] |