JobEvent Class
- class htcondor2.JobEvent
A single event from a job event log.
A
JobEventis aMappingof event properties to event values; the type of the value depends on the property. The names of the properties and their types are currently undocumented.Because all events have the
type,cluster,proc, andtimestampproperties, these are available as attributes; see below.- property proc: int
The process ID of the job to which the event happened. Returns
-1if no process ID was recorded for the event.
- property type: JobEventType
The type of the event.