Main Content
matlab.buildtool.TaskResult Class
Namespace: matlab.buildtool
Description
The matlab.buildtool.TaskResult
class provides the result of running a task
using the build tool. The result includes information about whether the task failed or was
skipped, as well as the duration of the task run.
When the build runner creates a BuildResult
object,
the TaskResults
property on the object is a vector of
TaskResult
objects. Use this TaskResults
property to
access the result of each task that was part of the build. You do not need to create an object
of the TaskResult
class directly.