Exception used to postpone postprocessing.
Definition at line 32 of file PostProcessing.py.
◆ __init__()
| def 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__()
| 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: