Saves the abortCriteria to a given configuration.
For further information, see TEM_abortCriteria_load()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_abortCriteria_type), | intent(in) | :: | me | The abortCriteria to write out as a Lua table. |
||
type(aot_out_type), | intent(inout) | :: | conf | Handle for the Lua script to write to. |
||
character(len=*), | optional | :: | key | A name for the table to write the abortCriteria to. Default: 'abort_criteria'. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | private | :: | loc_key |