Main Content
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. The first input to the function handle must be a matlab.buildtool.TaskContext
object, which provides context-specific information to
the action. You cannot create an object of the TaskAction
class
directly.