Class: ModelAdvisor.Task
Package: ModelAdvisor
Status of task
'true' (default) — Initial status
of task is enabled |
'false' — Initial status of task
is disabled |
The Value
property indicates the initial
status of a task—whether it is enabled or disabled.
When adding checks as tasks, the Model Advisor uses the task Value
property
instead of the check Value
property.
MAT1 = ModelAdvisor.Task('com.mathworks.sample.TaskSample1'); MAT1.Value ='false';