enum EPipelineRunMode
 Run modes for pipelines
  Values
  | Key | Value | Comment | 
|---|
 | RunInThisProcess | 0 | Run the pipeline in this process | 
 | RunInNewProcess | 1 | Run the pipeline in a new process using the batch executor tool | 
 | RunDistributedUsingSimplygonGrid | 2 | Run the pipeline distributed using SimplygonGrid | 
 | RunDistributedUsingIncredibuild | 3 | Run the pipeline distributed using IncrediBuild | 
 | Key | Value | Comment | 
|---|
 | RunInThisProcess | 0 | Run the pipeline in this process | 
 | RunInNewProcess | 1 | Run the pipeline in a new process using the batch executor tool | 
 | RunDistributedUsingSimplygonGrid | 2 | Run the pipeline distributed using SimplygonGrid | 
 | RunDistributedUsingIncredibuild | 3 | Run the pipeline distributed using IncrediBuild | 
 | Key | Value | Comment | 
|---|
 | EPipelineRunMode_RunInThisProcess | 0 | Run the pipeline in this process | 
 | EPipelineRunMode_RunInNewProcess | 1 | Run the pipeline in a new process using the batch executor tool | 
 | EPipelineRunMode_RunDistributedUsingSimplygonGrid | 2 | Run the pipeline distributed using SimplygonGrid | 
 | EPipelineRunMode_RunDistributedUsingIncredibuild | 3 | Run the pipeline distributed using IncrediBuild |