Tgk Save Optimization Result¶
🟣 Max 📌 Advanced
SaveOptimizationResult · Component\_15_Optimize\Comp_OptimizationAnalysis.cs
Persist an optimization run result to a UTF-8 JSON file.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Run Result | RR | OptimizationRunResult | Optimization run result to save. |
| File Path | F | string | Destination JSON file path. |
| Save | S | bool | Write the file when true. |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Success | OK | bool | Whether the save operation succeeded. |
| Saved Path | P | string | Resolved saved file path. |
| Message | M | string | Save message. |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Run Result | RR | Pass-through optimization run result. |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)