ProcessStarter

digraph inheritancec125528251 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "ProcessStarter" [URL="#taurus.core.tango.starter.ProcessStarter",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="A :class:`Starter` which uses subprocess to start and stop a device"]; "Starter" -> "ProcessStarter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Starter" [URL="taurus.core.tango.starter-Starter.html#taurus.core.tango.starter.Starter",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Abstract class for managing (starting, stopping, registering and"]; }
class ProcessStarter(execname, ds_name)[source]

A Starter which uses subprocess to start and stop a device server.

Import from taurus.core.tango.starter as:

from taurus.core.tango.starter import ProcessStarter
hardKill()[source]
start()[source]
terminate()[source]