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:gettimeout [2023/04/04 06:03] – removed - external edit (Unknown date) 127.0.0.1pr_methods:gettimeout [2023/05/03 04:39] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods IExecutionContext_Interface GetTimeout Index}}
 +====getTimeout ()====
 +<code java>public long getTimeout ()</code>
 +===Parameters===
 +None
 +
 +===Returns===
 +The number of milliseconds that the system will wait before timing out the process when it is suspended. If the value is –1 the process never times out (this is the default value).