run
Class: matlab.buildtool.Plan
Package: matlab.buildtool
Description
result = run(
runs tasks in the plan
using a build runner that is configured for text output. It runs the default tasks in the
plan as well as all the tasks on which they depend. The text output includes build progress
as well as diagnostics in the event of build failures. The method returns the result of the
build as a plan
)matlab.buildtool.BuildResult
object.
To maintain valid relative paths in tasks at run time, the build tool first changes the current folder to the root folder of the plan. Once the run is complete, the build tool restores the current folder to its original state.