白皮书下载
Take all matching PID
1、 Function description
Get the PID of the application with the set wildcard, assign it to the variable, and output it in the form of array.
2、 Attribute description
● output to:Get the PID of all the applications that match the wildcard characters being executed, and the array variables that need to be output and assigned.
● wildcards:Set the special symbol of the program that needs to obtain the PID, for example, *. Exe can obtain the PID of all running. Exe, or set excel. * (Note: wildcard is a special statement, mainly including star Bai (*) and question mark (?), which is used to blur the search file).
3、 Use example
● The execution logic of this process:
After adding all matching PID components to the visual editing area, set & ldquo; Wildcard & rdquo; Enter the application suffix that needs to obtain the PID in the. After running the component, assign all the PIDs of the corresponding application running in the process to the arrayret variable and output them in the form of array.




