2.2.1.15.1 EBranchOfficeJobEventType

The EBranchOfficeJobEventType enumeration specifies the type of Windows Event contained by a Branch Office Print Remote Log Entry (section 3.1.1).<84>

 typedef  enum 
 {
   kInvalidJobState = 0,
   kLogJobPrinted,
   kLogJobRendered,
   kLogJobError,
   kLogJobPipelineError,
   kLogOfflineFileFull
 } EBranchOfficeJobEventType;

kInvalidJobState:  The Windows Event is an unknown type.

kLogJobPrinted:  The Branch Office Print Remote Log Entry contains a Windows Event that corresponds to event ID 307.

kLogJobRendered:  The Branch Office Print Remote Log Entry contains a Windows Event that corresponds to event ID 805.

kLogJobError:  The Branch Office Print Remote Log Entry contains a Windows Event that corresponds to event ID 372.

kLogJobPipelineError:  The Branch Office Print Remote Log Entry contains a Windows Event that corresponds to event ID 824.

kLogOfflineFileFull:  The Branch Office Print Remote Log Entry contains a Windows Event that corresponds to event ID 868.