Main Content
matlab.automation.Verbosity Class
Namespace: matlab.automation
Description
The matlab.automation.Verbosity
enumeration class provides a means to
specify the level of detail related to automation, such as running automated tests. A higher
value results in a higher level of detail. The enumeration class contains the following
members:
Numeric Representation | Enumeration Member Name | Verbosity Description |
---|---|---|
0 | None | No information |
1 | Terse | Minimal information |
2 | Concise | Moderate amount of information |
3 | Detailed | Some supplemental information |
4 | Verbose | Lots of supplemental information |
Construction
matlab.automation.Verbosity.
creates an instance of the verbosity level enumeration class.MemberName