public sealed class PersistentRendererStatus| PersistentRendererStatus | Initializes a new instance of the PersistentRendererStatus class |
| ConversionsInFlight | Conversions in progress in the running process. |
| ConversionsSent | Conversions sent to the running process since it started. |
| IsRunning | True while a persistent renderer process is running and accepting conversions. |
| LastError | The message of the last failure to start a process, or null after a successful start. |
| LastRestartReason | The reason of the last replacement or stop. |
| ProcessId | The id of the running process, or 0. |
| Restarts | How many times the process was replaced since the application started. |
| StartedAt | When the running process was started (local time). |
| Equals | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |