arjuna.core.utils.cmd_utils module

arjuna.core.utils.cmd_utils.execute_windows_process(proc_name, arg_list=[])

Executes a windows process using the command shell in termination mode.

Arguments: proc_name: Name of process arg_list: (Optional) A list of strings that are to be passed as command line arguments to said process.

arjuna.core.utils.cmd_utils.is_service_running(name)
arjuna.core.utils.cmd_utils.kill_process(process_name)
arjuna.core.utils.cmd_utils.start_service(name)
arjuna.core.utils.cmd_utils.stop_service(name)