Method ParallelStart
ParallelStart(bool, string, int)
Starts a new parallel session
Declaration
[HandleProcessCorruptedStateExceptions]
public IntPtr ParallelStart(bool progression = false, string name = "Parallel session", int jobCount = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | progression | Enable progression for the parallel session |
| string | name | Name of the parallel session |
| int | jobCount | Count of parallel jobs if known (for progression) |
Returns
| Type | Description |
|---|---|
| IntPtr |