getProcessTaskResults
Get available task results and result details for task iterations in MBD pipeline
Syntax
Description
[
returns available task results and result details for the task iterations in the MBD
pipeline. The function returns the identifiers for task iterations that have task results,
IDsWithTaskResults
,taskResults
,taskResultsOutdated
] = getProcessTaskResults()IDsWithTaskResults
, the current task results,
taskResults
, and a logical value that indicates if the task results
are outdated, taskResultsOutdated
.
If you do not have task results, use the function runprocess
to run
tasks and generate results. The function getProcessTaskResults
only
returns information related to task iterations that are defined in the process model. If you
have task results from a task iteration that is not in the process model, the function does
not return information related to those task results.
This function requires CI/CD Automation for Simulink Check.
[
specifies options using one or more name-value arguments.IDsWithTaskResults
,taskResults
,taskResultsOutdated
] = getProcessTaskResults(Name=Value
)