SpawnProcessCommand

tasks.elastic.process.SpawnProcessCommand

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(context: String, allocated: ResourceAllocated, script: String): List[String]

Returns an external command with its parameters which when executed prints to the standard output a string which serves as the process id

Returns an external command with its parameters which when executed prints to the standard output a string which serves as the process id

Attributes

def background: Boolean

If true command script will spawn in the background with nohup returning a pid on stdout

If true command script will spawn in the background with nohup returning a pid on stdout

Attributes