Exception used to postpone postprocessing.
Definition at line 31 of file PostProcessing.py.
◆ __init__()
def python.PostProcessing.PostponeProcessing.__init__ |
( |
|
self, |
|
|
|
message, |
|
|
|
executedSteps, |
|
|
|
newStatus = None |
|
) |
| |
Definition at line 33 of file PostProcessing.py.
33 def __init__(self,message,executedSteps,newStatus=None):
34 self.message = message
35 self.newStatus = newStatus
◆ __str__()
def python.PostProcessing.PostponeProcessing.__str__ |
( |
|
self | ) |
|
◆ message
python.PostProcessing.PostponeProcessing.message |
◆ newStatus
python.PostProcessing.PostponeProcessing.newStatus |
The documentation for this class was generated from the following file: