Class: ModelAdvisor.Task
Package: ModelAdvisor
Indicate if user can enable and disable task
true (default) |
false |
The Enable
property specifies whether the
user can enable or disable a task.
| Display the check box control for task |
| Hide the check box control for task |
When adding checks as tasks, the Model Advisor uses the task Enable
property
instead of the check Enable
property.
MAT1 = ModelAdvisor.Task('com.mathworks.sample.TaskSample1'); MAT1.Enable = false;