Process Information
Description
The structure represents an instance of the Process entity.
Constructor
| Constructor | Description |
|---|---|
| ProcessInfo | Initializes a new instance of the ProcessInfo object model. |
Properties
| Property | Description |
|---|---|
| LogLevel | Gets the log level of a process. |
| TriggersCount | Gets the triggers to count associated with the process. |
| Arguments | Gets the Inputs and Outputs of a process. |
| ModifiedBy | Gets the username by whom the process got modified. |
| CreatedBy | Gets the username by whom the process got uploaded to ControlRoom. |
| Modified | Gets the modified timestamp of the process. |
| Location | Gets the location of the process. |
| Created | Gets the created timestamp of the process. |
| Version | Gets the current version of the process. |
| PublishedDate | Gets the published timestamp of the process. |
| Name | Gets the name of the process. |
| ProcessGuid | Gets the GUID value assigned to the process. |
| DocumentId | Gets the Document ID of the process. |
| ProcessId | Gets the ID of the process. |
| Description | Gets the Description of the process. |
| ProcessType | Gets the type of the process. |
| IsCheckedOut | Gets the checkout status of the process. |
| CheckedOutBy | Gets the username of the user who checked out the process. |
| IsDraft | Gets whether the process is a draft. |
Remarks
Use the ProcessInfo object model to get information about the process.