Main Content
matlab.buildtool.TaskContext Class
Namespace: matlab.buildtool
Description
The matlab.buildtool.TaskContext
class provides context-specific
information to task actions. When the build runner runs a task, it creates a
TaskContext
object that contains information about the task as well as the
plan being run. Actions of the running task have access to this information.
The build runner instantiates this class. You cannot create an object of the class directly.
The matlab.buildtool.TaskContext
class is a handle
class.
Properties
Examples
Version History
Introduced in R2022b