Classes | Functions | Variables
go Namespace Reference

Classes

class  _MultiLock
class  ActivityError
class  Async
class  AsyncCyclic
class  AsyncProc

Functions

def addError
def altWait
def altWaitCycle
def check
def csleep
def dprint

Variables

int AS_ENDED = 2
int AS_FAILED = 5
int AS_RUNNING = 0
int AS_STOPPED = 3
int AS_STOPPING = 1
int AS_TIMEOUT = 4
int debug = 1
tuple errStopped = addError("activity has been stopped")
tuple errTimeout = addError("activity has timed out")
tuple errUnknown = addError("unknown error")

Function Documentation

def go.addError (   msg = "error")

Definition at line 56 of file go.py.

def go.altWait (   activities)

Definition at line 71 of file go.py.

def go.altWaitCycle (   activities)

Definition at line 80 of file go.py.

def go.check ( )

Definition at line 89 of file go.py.

def go.csleep (   duration)

Definition at line 97 of file go.py.

def go.dprint (   s)

Definition at line 36 of file go.py.


Variable Documentation

int go::AS_ENDED = 2

Definition at line 66 of file go.py.

int go::AS_FAILED = 5

Definition at line 69 of file go.py.

int go::AS_RUNNING = 0

Definition at line 64 of file go.py.

int go::AS_STOPPED = 3

Definition at line 67 of file go.py.

int go::AS_STOPPING = 1

Definition at line 65 of file go.py.

int go::AS_TIMEOUT = 4

Definition at line 68 of file go.py.

int go::debug = 1

Definition at line 34 of file go.py.

tuple go::errStopped = addError("activity has been stopped")

Definition at line 62 of file go.py.

tuple go::errTimeout = addError("activity has timed out")

Definition at line 61 of file go.py.

tuple go::errUnknown = addError("unknown error")

Definition at line 60 of file go.py.



cob_goco
Author(s): Winfried Baum
autogenerated on Sat Mar 15 2014 10:25:51