Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:settimeout [2023/04/04 06:03] – removed - external edit (Unknown date) 127.0.0.1pr_methods:settimeout [2023/05/03 04:54] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IExecutionContext_Interface SetTimeOut Index}}
 +====setTimeout (long)====
 +<code java>public void setTimeout (long timeout)</code>
 +
 +Set the number of milliseconds that the system will wait before timing out the process if it is suspended.
 +
 +===Parameters===
 +
 +|''timeout''|the timeout value in milliseconds. If the value is –1 the process never times out.|