|
|
|
####################################
|
|
|
|
2. Defs
|
|
|
|
####################################
|
|
|
|
|
|
|
|
**************************************************
|
|
|
|
pyOpenRPA.Orchestrator.__Orchestrator__
|
|
|
|
**************************************************
|
|
|
|
|
|
|
|
.. code-block:: python
|
|
|
|
|
|
|
|
# EXAMPLE 1
|
|
|
|
from pyOpenRPA import Orchestrator
|
|
|
|
Orchestrator.OSCMD(inCMDStr = "git status", inRunAsyncBool=True)
|
|
|
|
|
|
|
|
# EXAMPLE 2
|
|
|
|
from pyOpenRPA.Orchestrator import __Orchestrator__
|
|
|
|
__Orchestrator__.OSCMD(inCMDStr = "git status", inRunAsyncBool=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Group Agent...
|
|
|
|
######################
|
|
|
|
Interaction between Orchestrator and pyOpenRPA.Agent daemon process, which can be deployed in another user session.
|
|
|
|
|
|
|
|
Group GSettings...
|
|
|
|
######################
|
|
|
|
Basic defs to work with singleton gSettings.
|
|
|
|
|
|
|
|
Group OS...
|
|
|
|
######################
|
|
|
|
Interaction with shell on the Orchestrator user session.
|
|
|
|
|
|
|
|
Group Process...
|
|
|
|
######################
|
|
|
|
Interaction with some process on the Orchestrator user session.
|
|
|
|
|
|
|
|
Group Processor...
|
|
|
|
######################
|
|
|
|
Work with Processor queue (see ...).
|
|
|
|
|
|
|
|
Group Python...
|
|
|
|
######################
|
|
|
|
Work with extra python modules.
|
|
|
|
|
|
|
|
Group RDPSession...
|
|
|
|
######################
|
|
|
|
Interaction with RDP session, where you can manage some robots.
|
|
|
|
|
|
|
|
Group Web...
|
|
|
|
######################
|
|
|
|
Manipulate the Orchestrator WEB side.
|
|
|
|
|
|
|
|
Group UAC...
|
|
|
|
######################
|
|
|
|
Manipulate the User Access Controls (actual for the Orchestrator WEB access for the business users)
|
|
|
|
|
|
|
|
Group Scheduler...
|
|
|
|
######################
|
|
|
|
Work with activity scheduling.
|
|
|
|
|
|
|
|
|
|
|
|
.. automodule:: pyOpenRPA.Orchestrator.__Orchestrator__
|
|
|
|
:members:
|
|
|
|
:autosummary:
|
|
|
|
|
|
|
|
|
|
|
|
**********
|
|
|
|
References
|
|
|
|
**********
|
|
|
|
|
|
|
|
`reStructuredText`_
|
|
|
|
|
|
|
|
.. target-notes::
|
|
|
|
.. _`reStructuredText`: http://docutils.sourceforge.net/rst.html
|