Crescendo SDK
|
Represents the result of a function execution. More...
Represents the result of a function execution.
This struct is used to encapsulate the result of a function execution, providing information about the success of the operation and any string return value. An instance of CrescendoDLL.SDKCore.FunctionResult is typically returned by functions that perform operations which may succeed or fail, and produce a string result.
This is an example of how to use the CrescendoDLL.SDKCore.FunctionResult struct: