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:resume [2023/04/05 04:32] – ↷ Links adapted because of a move operation seanpr_methods:resume [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IExecutionEngine IExecutionEngine_Methods Resume }} +{{tag>Index Programmers_Reference Methods IProcess IProcess_Methods Resume}} 
-[<10>]+
 ==== resume (IExecutionEngine, Object []) ==== ==== resume (IExecutionEngine, Object []) ====
  
Line 7: Line 7:
  
  
-This method is called by the //**Aware IM**// framework when the process receives the reply from the service provider and gets resumed.+This method is called by the //**AwareIM**// framework when the process receives the reply from the service provider and gets resumed.
  
 ===Parameters=== ===Parameters===
  
-|''engine''|the call back interface that allows the process to call services of //**Aware IM**//. See [[docs:3500:0300_add_custom_processes:0315_iexecutionengine_interface|IExecutionEngine]] interface.| +|''engine''|the call back interface that allows the process to call services of //**AwareIM**//. See [[docs:3500:0300:0315|IExecutionEngine]] interface.| 
-|''reply''|reply received from the service provider. This is the instance of the [[docs:3500:0300_add_custom_processes:0319_notification_interface|INotification]] object. The attributes of this notification can be used to check the specific values of the reply. For example, if a remote service of a service provider were called, the reply notification would have the attributes as defined by the service declaration exposed by the provider. If a process was resumed immediately after its suspension in order to commit the current transaction, the reply is null.|+|''reply''|reply received from the service provider. This is the instance of the [[docs:3500:0300:0319|INotification]] object. The attributes of this notification can be used to check the specific values of the reply. For example, if a remote service of a service provider were called, the reply notification would have the attributes as defined by the service declaration exposed by the provider. If a process was resumed immediately after its suspension in order to commit the current transaction, the reply is null.|
  
 ===Returns=== ===Returns===
Line 18: Line 18:
  
 ===Throws=== ===Throws===
-|''SuspendProcessException''|if one of the methods of the [[docs:3500:0300_add_custom_processes:0315_iexecutionengine_interface|IExecutionEngine]] threw ''SuspendProcessException'' or if a process wants to commit the current transaction.|+|''SuspendProcessException''|if one of the methods of the [[docs:3500:0300:0315|IExecutionEngine]] threw ''SuspendProcessException'' or if a process wants to commit the current transaction.|
 |''ExecutionException''|if something is wrong.| |''ExecutionException''|if something is wrong.|
 |''AccessDeniedException''|shouldn’t be thrown by the process component directly| |''AccessDeniedException''|shouldn’t be thrown by the process component directly|
  
-{{simplenavi>.}} 
  • Last modified: 2023/04/05 04:32