INTRODUCTION
MANUAL PAGES
API
COMMUNITY
OTHER
cloudmesh-common.cloudmesh.common.run.background
run
A class to simply execute a comman.
cloudmesh-common.cloudmesh.common.run.background.
Bases: object
object
Example:
command = run(“sleep 100”) command.execute() … command.kill()
command = run(“sleep 100”) command.execute()
…
command.kill()
execute
Execute the command
kill
Kill the command