matlab.buildtool.TaskAction Class
Namespace: matlab.buildtool
Description
The matlab.buildtool.TaskAction
class defines the code that executes when a
task runs.
When you specify a task action using a function handle, MATLAB® automatically converts the function handle to a TaskAction
object. You cannot create an object of the TaskAction
class directly.