Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:getexecutioncontext [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:getexecutioncontext to pr_methods:getexecutioncontext sean | pr_methods:getexecutioncontext [2023/05/03 04:23] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ====getExecutionContext (IProcess)==== | ====getExecutionContext (IProcess)==== | ||
| <code java> | <code java> | ||
| - | This method provides the [[progref:0300_add_custom_processes:0316_executioncontext_interface|execution context]] in which the process is running. | + | This method provides the [[docs:3500:0300:0316|execution context]] in which the process is running. |
| ===Parameters=== | ===Parameters=== | ||
| Line 11: | Line 11: | ||
| ===Returns=== | ===Returns=== | ||
| - | The execution context in which the process is running as an instance of the [[progref:0300_add_custom_processes:0316_executioncontext_interface|IExecutionContext]] interface. | + | The execution context in which the process is running as an instance of the [[docs:3500:0300:0316|IExecutionContext]] interface. |