LaunchResult

The result of last Feko or external process run.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]])

    -- Launch PREFEKO on the model

results = app.Models[1].Launcher:RunFEKO()

    -- Check the result of the run

success = results.Succeeded

Property List

Errors
The error messages for the process run. (Read only string)
ExitCode
The exit code of the process run. (Read only number)
Notices
The notices for the process run. (Read only string)
Output
The standard output for the process run. (Read only string)
Succeeded
The success of the process run. (Read only boolean)
Type
The object type string. (Read only string)
Warnings
The warning messages for the process run. (Read only string)

Property Details

Errors
The error messages for the process run.
Type
string
Access
Read only
ExitCode
The exit code of the process run.
Type
number
Access
Read only
Notices
The notices for the process run.
Type
string
Access
Read only
Output
The standard output for the process run.
Type
string
Access
Read only
Succeeded
The success of the process run.
Type
boolean
Access
Read only
Type
The object type string.
Type
string
Access
Read only
Warnings
The warning messages for the process run.
Type
string
Access
Read only