Wiki

This version (16 Nov 2021 04:00) was approved by Nikhin Shetty.

Click here to return back

Execute

This action allows the user to perform the specific operation on a given module/shape. The function call takes in 2 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.


API

SSPResult  Execute(string uid, string action)


Arguments

  1. uid- Uid of the shape/module which user wants to perform any specific action.
  2. action- Name of the action to be performed on the module/shape.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information of the Execute action.

  1. IsSuccess is 'True' if the execute operation is successful, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/execute.txt · Last modified: 16 Nov 2021 04:00 by Nikhin Shetty