The ProcessHistoryWithML class represents the history of a process with multilingual support, including details such as process ID, name, captions, items, sub-processes, status, and deletion information.
Properties
| Name | Description |
|---|
| ShowTimeoutInHistory | Gets or sets a value indicating whether timeout processes should be shown in the history. |
| SubProcesses | Gets or sets the list of sub-processes associated with the process. |
| DeleteDate | Gets or sets the date when the process was deleted, if applicable. |
| DeletedBy | Gets or sets the user who deleted the process, if applicable. |
| ShowCancelledInHistory | Gets or sets a value indicating whether cancelled processes should be shown in the history. |
| Items | Gets or sets the list of history items associated with the process. |
| StatusDescription | Gets or sets the multilingual status description of the process. |
| ProcessCaption | Gets or sets the multilingual caption of the process. |
| ProcessId | Gets or sets the identifier of the process. |
| StatusIcon | Gets or sets the icon representing the status of the process. |
| ProcessName | Gets or sets the name of the process. |
Constructors