Public Member Functions | |
def | __init__ |
def | run |
def | setThreshold |
Public Attributes | |
action | |
finish | |
lock | |
project | |
threshold | |
Definition at line 6 of file CrabWatch.py.
def CrabWatch.CrabWatch.__init__ | ( | self, | |
project, | |||
action = getOutput |
|||
) |
Definition at line 10 of file CrabWatch.py.
def CrabWatch.CrabWatch.run | ( | self | ) |
Definition at line 22 of file CrabWatch.py.
References CrabWatch.CrabWatch.action, crabWrap.convertStatus(), crabWrap.crabStatus(), CrabWatch.CrabWatch.project, CrabTask.CrabTask.project, and CrabWatch.CrabWatch.threshold.
Referenced by Types.LuminosityBlockID.cppID().
def CrabWatch.CrabWatch.setThreshold | ( | self, | |
threshold | |||
) |
Definition at line 19 of file CrabWatch.py.
References CrabWatch.CrabWatch.threshold.
CrabWatch.CrabWatch.action |
Definition at line 13 of file CrabWatch.py.
Referenced by CrabWatch.CrabWatch.run().
CrabWatch.CrabWatch.finish |
Definition at line 17 of file CrabWatch.py.
CrabWatch.CrabWatch.lock |
Definition at line 16 of file CrabWatch.py.
CrabWatch.CrabWatch.project |
Definition at line 12 of file CrabWatch.py.
Referenced by CrabWatch.CrabWatch.run().
CrabWatch.CrabWatch.threshold |
Definition at line 14 of file CrabWatch.py.
Referenced by CrabWatch.CrabWatch.run(), and CrabWatch.CrabWatch.setThreshold().