-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.vectorworks.ShowScriptMessage
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Decorator to show a floating message or function result, before or after the decorated function execution.
The message will be shown in the floating message palette. Handy to show processing information or script results. Any previous messages will be cleared. The message palette can only show up to 256 characters.
- object The most base type
__init__(self, message: str=None, before: bool=False)