This website works better with JavaScript.
Explore
Help
Sign In
OPEN_RPA_PUBLIC
/
ORPA-pyOpenRPA
Watch
2
Star
0
Fork
You've already forked ORPA-pyOpenRPA
1
Code
Issues
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f34d675f90
dev-fastapi
prd
dev
dev-linux
v1.3.1
v1.2.6
v1.2.3
v1.2.13
v1.2.12
v1.0.34
test
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f34d675f90'
${ noResults }
ORPA-pyOpenRPA
/
Agent
/
kill.cmd
3 lines
79 B
Raw
Normal View
History
Unescape
Escape
- Orch web: Fix eror in serverDataRender when error render - Agent: Add CMD to kill agent because it is in background mode - Orch: Add handler to set connection when Agent listen orch (/pyOpenRPA/Agent/O2A) - Orch start processor Dict in own thread (Processor.ProcessorRunSync(inGSettings)) - Agent: Create Processor in Agent similarly to Orchestrator (pyOpenRPA.Agent.Processor == pyOpenRPA.Orchestrator.Processor)
4 years ago
cd
%~dp0
renaming
2 years ago
taskkill /F /FI
"
USERNAME eq
%username%
"
/IM orpa-agent.exe
- Orch web: Fix eror in serverDataRender when error render - Agent: Add CMD to kill agent because it is in background mode - Orch: Add handler to set connection when Agent listen orch (/pyOpenRPA/Agent/O2A) - Orch start processor Dict in own thread (Processor.ProcessorRunSync(inGSettings)) - Agent: Create Processor in Agent similarly to Orchestrator (pyOpenRPA.Agent.Processor == pyOpenRPA.Orchestrator.Processor)
4 years ago
pause
>
nul