cloudmesh-common.cloudmesh.common.run.background

Module Contents

Classes

run

A class to simply execute a comman.

class cloudmesh-common.cloudmesh.common.run.background.run(command)

Bases: object

A class to simply execute a comman.

Example:

command = run(“sleep 100”) command.execute()

command.kill()

execute(self)

Execute the command

Returns

kill(self)

Kill the command

Returns