Description
- Closes all notes open from specified category.
Syntax
- Note.CloseCategory(cat)
Parameters
- cat
- (string) note category
-
Possible Values
- *
- all categories
- a single category name
Examples
- Note.CloseCategory("work")
- Closes all notes in category "work".