Exception used to postpone postprocessing.
Definition at line 32 of file PostProcessing.py.
◆ __init__()
| python.PostProcessing.PostponeProcessing.__init__ |
( |
| self, |
|
|
| message, |
|
|
| executedSteps, |
|
|
| newStatus = None ) |
Definition at line 34 of file PostProcessing.py.
34 def __init__(self,message,executedSteps,newStatus=None):
35 self.message = message
36 self.newStatus = newStatus
37 super().__init__(message,executedSteps,newStatus)
◆ __str__()
| python.PostProcessing.PostponeProcessing.__str__ |
( |
| self | ) |
|
Definition at line 38 of file PostProcessing.py.
38 def __str__(self):
39 return self.message
40
41
◆ message
| python.PostProcessing.PostponeProcessing.message = message |
◆ newStatus
| python.PostProcessing.PostponeProcessing.newStatus = newStatus |
The documentation for this class was generated from the following file: