Module APCScheduler :: Class JobClass
[hide private]
[frames] | no frames]

Class JobClass

source code

Instance Methods [hide private]
 
__init__(self, MyAppli, MySched) source code
 
timerUpdateStatus(self, timeUpdate)
Time between two update status , timeUpdate[[hh:]mm:]ss string
source code
 
addFullPath(self, File) source code
 
copyTarBallOnSE(self, FileSE)
Create a tarball and copy it on SE.
source code
 
name(self) source code
 
status(self) source code
 
isFinish(self) source code
 
isSubmit(self) source code
 
isOk(self) source code
 
submit(self, TimeOutToStart='24:0:0') source code
 
wait(self) source code
 
submitAndWait(self, TimeOutToStart='24:0:0') source code
 
fullNameStdOut(self) source code
 
fullNameStdErr(self) source code
 
fullNameOutput(self, Idx) source code
 
stdOut(self) source code
 
stdErr(self) source code
 
output(self, Idx) source code
 
sendMailResult(self) source code
Class Variables [hide private]
  dictJobSubmit = {}
Method Details [hide private]

copyTarBallOnSE(self, FileSE)

source code 

Create a tarball and copy it on SE. Call it before submit()