Differences

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

Link to this comparison view

Both sides previous revision Previous revision
docs:3500:0300:0314 [2023/04/05 05:57] – ↷ Page name changed from docs:3500:0300:0314_examples_of_custom_components to docs:3500:0300:0314 seandocs:3500:0300:0314 [2023/04/05 07:40] (current) – [Examples of custom process components] sean
Line 63: Line 63:
     {     {
         return null;         return null;
-    }</code>+    } 
 +
 +</code>
  
 The next example shows the code of the process that performs some lengthy calculation and throws SuspendProcessException every now and again: The next example shows the code of the process that performs some lengthy calculation and throws SuspendProcessException every now and again:
Line 149: Line 151:
         return null;         return null;
     }     }
 +}
 </code> </code>
  
  • Last modified: 2023/04/05 05:57