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.
53 lines
1.4 KiB
53 lines
1.4 KiB
3 years ago
|
####################################
|
||
|
6. Defs Managers
|
||
|
####################################
|
||
|
|
||
|
**************************************************
|
||
|
Process (General)
|
||
|
**************************************************
|
||
|
|
||
|
.. code-block:: python
|
||
|
|
||
|
# EXAMPLE
|
||
|
from pyOpenRPA.Orchestrator import Orchestrator
|
||
|
lProcess = Orchestrator.Managers.Process(inAgentHostNameStr="PC-DESKTOP",inAgentUserNameStr="ND", inProcessNameWOExeStr="notepad",inStartCMDStr="notepad")
|
||
|
|
||
|
|
||
|
.. automodule:: pyOpenRPA.Orchestrator.Managers.Process
|
||
|
:members:
|
||
|
:autosummary:
|
||
|
|
||
|
|
||
|
**************************************************
|
||
|
Process (Details)
|
||
|
**************************************************
|
||
|
|
||
|
.. automodule:: pyOpenRPA.Orchestrator.Managers.Process
|
||
|
:members:
|
||
|
:autosummary:
|
||
|
|
||
|
|
||
|
**************************************************
|
||
|
ControlPanel (General)
|
||
|
**************************************************
|
||
|
|
||
|
.. code-block:: python
|
||
|
|
||
|
# EXAMPLE
|
||
|
from pyOpenRPA.Orchestrator import Orchestrator
|
||
|
lCP = Orchestrator.Managers.ControlPanel(inControlPanelNameStr="TestTTT",inRefreshHTMLJinja2TemplatePathStr="ControlPanel\\test.html", inJinja2TemplateRefreshBool = True)
|
||
|
|
||
|
|
||
|
.. automodule:: pyOpenRPA.Orchestrator.Managers.ControlPanel
|
||
|
:members:
|
||
|
:autosummary:
|
||
|
|
||
|
|
||
|
**************************************************
|
||
|
ControlPanel (Details)
|
||
|
**************************************************
|
||
|
|
||
|
.. automodule:: pyOpenRPA.Orchestrator.Managers.ControlPanel
|
||
|
:members:
|
||
|
:autosummary:
|