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:getexecutioncontext [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1pr_methods:getexecutioncontext [2023/05/03 04:23] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods IExecutionEngine_Interface getExecutionContext Index}}
 +
 +====getExecutionContext (IProcess)====
 +<code java>public IExecutionContext getExecutionContext (IProcess process)</code>
 +
 +This method provides the [[docs:3500:0300:0316|execution context]] in which the process is running.
 +
 +===Parameters===
 +
 +|''process''|the process whose execution context is required|
 +
 +===Returns===
 +The execution context in which the process is running as an instance of the [[docs:3500:0300:0316|IExecutionContext]] interface.