Back Up Next

Spawning Method

The Web deployment software can use either of two spawning methods for launching a sub-process:

Spawn using a shell where you must define your environment variables.
Spawn using a direct call to the runner and defining the environment before calling the runner.

# Spawn method (default : 0)
# 0 : spawned by shell
# 1 : spawned by runner and environment variables
spawnMethod=0

Expected type: integer.