Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
resources:tools-software:sigmastudiov2:usingsigmastudio:scripting:link [25 Jun 2020 07:46] Krithika Manchaleresources:tools-software:sigmastudiov2:usingsigmastudio:scripting:link [15 Nov 2021 10:57] (current) Nikhin Shetty
Line 3: Line 3:
 =====Link===== =====Link=====
  
-This action allows the user to perform linking on the current project. Return type is a success/failure message in the form of list of strings. The function call takes in no arguments.+This action allows the user to perform linking on the current project. The function call takes in no arguments. Return type is a SSPResult which contains a IsSuccess flag for  success/failure and Message in the form of list of strings.  
  
 \\ \\
 ===API=== ===API===
 <code> <code>
-list<string> Link()+SSPResult Link()
 </code> </code>
 \\ \\
  
 ===Result=== ===Result===
-Linking Successful”.\\ +SSPResult contains 'IsSuccess' flag and 'Message' information of the project Link action. 
-\\ +  -IsSuccess is 'True' if the Linking project was successful, else 'False'
-===Error==== +  -Message contains the Success/Failure information in the form of list of string.
-Error message sent out by the server application.+
  
  
resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/link.txt · Last modified: 15 Nov 2021 10:57 by Nikhin Shetty