BlueprintAPI > BlueprintAPI/Python > BlueprintAPI/Python/Execution
Execute a Python script with argument marshaling.
Target is Python Script Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | Python Script | This literal Python code to run. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Success? | true if the script ran successfully, false if there were errors. |