API Reference

Class

OfficeDocumentProcessorStepResult

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Deterministic execution record for one processor step.

Inheritance

  • Object
  • OfficeDocumentProcessorStepResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String ProcessorId { get; } #

Stable processor identifier.

public Int32 ProcessorIndex { get; } #

Zero-based configured execution index.

public OfficeDocumentProcessorStepStatus Status { get; } #

Execution status.

public OfficeDocumentDiagnostic Diagnostic { get; } #

Structured failure diagnostic when Status is Failed.