Script.active | Whether the script should run or not |
Script.enabled | Whether this object is currently enabled or not |
Script.is_dict_item | Specifies whether the object is an item of a dict |
Script.is_list_item | Specifies whether the object is an item of a list |
Script.link_path | Root path of the current node in the tree for links to this object |
Script.name | Name of object |
Script.parent | Parent object in tree |
Script.root_path | Root path of the current node in the tree |
Script.source | Source code of the user-defined script |
Script.status | String status indicating if the object is up-to-date |
Script.status_changed | Specifies if the object has changed, for the purposes of notifying the Workbench application. |
Script.update_mode | Defines which changes cause the script to become out-of-date |
Script.uptodate | Whether the script execution is up to date |