ATLAS Offline Software
Loading...
Searching...
No Matches
python.PostProcessing.PostponeProcessing Class Reference
Inheritance diagram for python.PostProcessing.PostponeProcessing:
Collaboration diagram for python.PostProcessing.PostponeProcessing:

Public Member Functions

 __init__ (self, message, executedSteps, newStatus=None)
 __str__ (self)

Public Attributes

 message = message
 newStatus = newStatus

Detailed Description

Exception used to postpone postprocessing.

Definition at line 32 of file PostProcessing.py.

Constructor & Destructor Documentation

◆ __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)

Member Function Documentation

◆ __str__()

python.PostProcessing.PostponeProcessing.__str__ ( self)

Definition at line 38 of file PostProcessing.py.

38 def __str__(self):
39 return self.message
40
41

Member Data Documentation

◆ message

python.PostProcessing.PostponeProcessing.message = message

Definition at line 35 of file PostProcessing.py.

◆ newStatus

python.PostProcessing.PostponeProcessing.newStatus = newStatus

Definition at line 36 of file PostProcessing.py.


The documentation for this class was generated from the following file: