Process Execution Selector
Used to select a Qubes process execution.
Properties
| Property | Description |
| AutoCompleteMode | Defines how the selectors behave. There are two possible values: Start/Contains. |
| ClosedBefore | Filter by closing date. |
| ClosedByUser | Filter by user who closed the process |
| ConcernedUser | Filter by user concerned by execution of processus |
| Enabled | Boolean indicating whether or not the component is enabled. |
| FormatDisplayValue | Macro string defining a display format for the text in the selector's text zone. Only the fields used to define display formats will be used to filter the elements in the selector list. |
| FormatResultValue | Macro string defining a format for the value returned by the selector. |
| FormatSelectValue | Macro string defining a display format for an element in the selector list. These fields are not used to filter the elements in the selector list. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| LaunchedByUser | Filter by user who launch the execution of processus. |
| ProcessReference | Filter by execution reference. |
| ProcessRUD | Filter by process RUD |
| ProcessStatus | Filter by processus status. |
| ResponsibleUser | Filter by the user responsible of the execution of processus |
| SelectorColumns | List of fields to display as columns in the selector table that opens when the user clicks on a selector's button. |
| StartedAfter | Filter by start date |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| UseStyleinSelector | Indicates whether the selector inherits the style of the cell. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
List of available status values
| Name |
| active |
| completed |
| suspended |
| canceled |
| late |
| available |
| indifferent |
Value
The component returns the value defined by the FormatResultValue property, if the selection is valid; if not, it will return an empty string.