JobEvent
Class
- class htcondor2.JobEvent(data, event_text)
A single event from a job event log.
A
JobEvent
is aMapping
of 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
, andtimestamp
properties, these are available as attributes; see below.- property proc: int
The process ID of the job to which the event happened. Returns
-1
if no process ID was recorded for the event.- Return type
- property type: JobEventType
The type of the event.
- Return type