]> SALOME platform Git repositories - tools/ydefx.git/commit
Salome HOME
Add "resultAvailable" function.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 12 Mar 2019 13:28:55 +0000 (14:28 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 12 Mar 2019 13:47:58 +0000 (14:47 +0100)
commitaf8f9debeaa5045e59cf12c898c7f202cb996397
tree2d3f1513e4da4dea8842766041665b2d4adb0881
parentad63deb35718647959db4bf20b3e267e6539f40a
Add "resultAvailable" function.

resultAvailable works like getResult but it does not throw exception.
getResult throws an exception if the result file does not exist. It is not an error
if getResult is called soon after the launching of the job and there was not enough time
to create the file.
resultAvailable does not throw exceptions. It returns "False" if the result file does
not exist.
src/cpp/Test/StudyRestartTest.cxx
src/pydefx/pystudy.py