Public Member Functions | Public Attributes | Static Public Attributes

unlock.state.state.RunState Class Reference

List of all members.

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

Member Function Documentation

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  ) 

Member Data Documentation


The documentation for this class was generated from the following file: