PythonScript
Represents a Python script stored in a SIMBA project
| Properties | |
|---|---|
| Code | Python code content |
| Id | Unique identifier for the script |
| LastExecutionError | Last execution error if any. Used by the code editor to display errors. |
| Name | Name of the Python script |
| ScriptAnalysis | Analysis wrapper for this script used in job list UI |