
UI Element | Description | |
|---|---|---|
Top Navigation Menu ![]() | The top navigation menu provides access to File , Edit , and View functions for the application.
| |
Run Job ![]() | Click Run Job on the control bar to validate test code in the editor by running a job on an image in the Filmstrip in Aurora Focus. You can also trigger a job by pressing F5 while in the editor. | |
Script Formatting ![]() | Disable JavaScript formatting by using the Script Formatting toggle in top-right corner of the editor window. |



UI Element | Description |
|---|---|
![]() | Save the console logs to a file or clear the console. |
![]() | Minimize the console. |
/** Returns the OutputResult type object * @param {InputResult} inputResult * @returns {OutputResult} */ export function onResults(inputResult) { return { common: inputResult.tool_results[0].decodes[0].value }; }




