DESCRIBE SUNDECK HOOK
Describes the properties of the given Sundeck Hook. This can be used to view the properties of system hook.
- See also:
- SHOW SUNDECK HOOKS, SHOW SUNDECK ROUTINES,
DESCRIBE SUNDECK ( PRE | POST ) HOOK <hook-identifier>
<hook-identifier>
- The identifier of the hook you want to see the properties of. If the identifier contains spaces, special characters, or mixed-case characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive (e.g. “My Object”).
DESCRIBE SUNDECK PRE HOOK REJECT;
DESCRIBE SUNDECK POST HOOK LIGHTS_OUT;