We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b711 commit 4598a65Copy full SHA for 4598a65
ansys/api/geometry/v0/geometryapplication.proto
@@ -1,4 +1,4 @@
1
-// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
+// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
syntax = "proto3";
3
package ansys.api.geometry.v0.GeometryApplication;
4
option csharp_namespace = "Ansys.Api.Geometry.V0.GeometryApplication";
@@ -21,5 +21,7 @@ message RunScriptFileRequest{
21
22
message RunScriptFileResponse{
23
// Result of script execution. True means script executed successfully.
24
- string run_script_response = 1;
+ bool success = 1;
25
+ string message = 2;
26
+ map<string,string> values = 3;
27
}
0 commit comments