UiPath

[UiPath] Kill Process

린앤율맘 2023. 10. 16. 10:52

Kill Process

- app이나 browser 등 강제 종료하는 액티비티, 정확한 프로그래밍명 입력 필요(대소문자도 구분)

- 정확한 프로그래밍명 Ctrl+Alt+Delete: 작업 관리자에서 확인 가능

 

Get Processes

- 컴퓨터에서 실행 중인 프로그램의 데이터 가져옴

- 변수 설정(Type: collection > 반복문 for each 사용 가능)

For Each 하단에 

 

If 문

Condition: currentItem.ProcessName.Equals(Var: strToBeKilled)

 

Then

Kill Process 

댓글수0