Type Default Value Read Only Description
[C#]
int?

[Visual Basic]
Integer?
null No Determines the number of processes which this job can contain.

 

   

Notes
 

Determines the number of processes which this job can contain.

By limiting this number you can eliminate the danger of a fork bomb.

The default is null which means that the number is unlimited.

 

   

Example
 
None.