Execution¶
- 
class lsst.daf.butler.Execution(startTime=None, endTime=None, host=None, id=None)¶
- Bases: - object- Any step in a production. - Parameters: - startTime : datetime
- The start time for the execution. May have a different interpretation for different kinds of execution. 
- endTime : datetime
- The end time for the execution. May have a different interpretation for different kinds of execution. 
- host : str
- The system on which the execution was run. May have a different interpretation for different kinds of execution. 
- id : int, optional
- Unique integer identifier for this Execution. Usually set to - None(default) and assigned by- Registry.addExecution.
 - Attributes Summary - endTime- host- id- startTime- Attributes Documentation - 
endTime¶
 - 
host¶
 - 
id¶
 - 
startTime¶
 
- startTime :