matlab.buildtool.TaskOutputs class
Package: matlab.buildtool
Description
The matlab.buildtool.TaskOutputs
class provides a container for defining
and grouping outputs of a task. Specifying inputs or outputs for a task enables incremental
build support for the task. For more information, see Improve Performance with Incremental Builds.
A TaskOutputs
object behaves like a structure, where field names are task
output names and field values are task output values. To add, modify, or return a task output,
index into the TaskOutputs
object by using the output name:
To add or modify an output, use the
outputs.
syntax, whereOutputName
= value
is the name of the output you want to add or modify.OutputName
To return an output, use the
value = outputs.
syntax, whereOutputName
is the name of the output whose value you want to return.OutputName
Creation
Description
Input Arguments
Methods
Examples
Version History
Introduced in R2023b