Example
The following example demonstrates getting a list of properties processes based on a specific process status. The query targets all processes that are currently in validation.
Code Block |
---|
var processes = Database.GetProcessesByStatus(ProcessStatus.Validation); |
Remarks
If the parameters result in zero Processes found, an empty list will be returned.