PersistentRendererStatus Class

The state of the persistent HTML renderer process, for health checks and diagnostics.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public sealed class PersistentRendererStatus
Inheritance
Object    PersistentRendererStatus

Constructors

PersistentRendererStatusInitializes a new instance of the PersistentRendererStatus class

Properties

ConversionsInFlightConversions in progress in the running process.
ConversionsSentConversions sent to the running process since it started.
IsRunningTrue while a persistent renderer process is running and accepting conversions.
LastErrorThe message of the last failure to start a process, or null after a successful start.
LastRestartReasonThe reason of the last replacement or stop.
ProcessIdThe id of the running process, or 0.
RestartsHow many times the process was replaced since the application started.
StartedAtWhen the running process was started (local time).

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also