matlab.buildtool.TaskAction class
Package: matlab.buildtool
Action performed when task runs
Description
The matlab.buildtool.TaskAction
class defines a function that executes when
a task runs.
When you specify the actions of a task, you can use function handles instead of
TaskAction
objects. MATLAB® automatically converts function handles to TaskAction
objects.
Creation
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2022b