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

[Visual Basic]
TimeSpan?
null No Allows you to specify a time limit as relates to the user-mode execution time.

 

   

Notes
 

Allows you to specify a time limit as relates to the user-mode execution time.

If the value is exceeded an error will be placed in the log and the process tree will be shut down with process and thread exit codes of ERROR_NOT_ENOUGH_QUOTA.

The value is a 64 bit long so there is no practical upper limit to the values you can use. A value of null will disable this feature and this is the default.

 

   

Example
 
None.