<spanclass="sd"> :param inArgGSettingsStr: Name of def argument of the GSettings dict</span>
<spanclass="sd"> :param inArgLoggerStr: Name of def argument of the logging object</span>
<spanclass="sd"> :param inActivityItemDict: Fill if you already have ActivityItemDict (don't fill inDef, inArgList, inArgDict, inArgGSettingsStr, inArgLoggerStr)</span>
<spanclass="n">lGUIDStr</span><spanclass="o">=</span><spanclass="nb">str</span><spanclass="p">(</span><spanclass="n">uuid</span><spanclass="o">.</span><spanclass="n">uuid4</span><spanclass="p">())</span><spanclass="c1"># generate new GUID</span>
<divclass="viewcode-block"id="ProcessIsStarted"><aclass="viewcode-back"href="../../../Orchestrator/02_Defs.html#pyOpenRPA.Orchestrator.__Orchestrator__.ProcessIsStarted">[docs]</a><spanclass="k">def</span><spanclass="nf">ProcessIsStarted</span><spanclass="p">(</span><spanclass="n">inProcessNameWOExeStr</span><spanclass="p">):</span><spanclass="c1"># Check if process is started</span>