API Reference
Class
OfficeDocumentProcessorStepResult
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
- Property OfficeDocumentProcessingResult.Steps
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.