f$DeactWatch (f$KontrolleAus)
f$DeactWatch (f$KontrolleAus)
Deactivate the Watch-DT for a parameter for which monitoring was previously activated using f$ActWatch.
Please note: the parameter name is usually given as string constants, i.e. in quotation marks. If a string parameter is entered - like in the syntax description - then the value of the parameter entered is considered as the parameter name (as long as it is a string).
Syntax: | f$DeactWatch( ParaName ) | ||
| Argument | Type | Meaning |
| ParaName | String | Parameter to be monitored |
Result: | - |
| |
Example: | f$DeactWatch( 'Ident' ) | ||
Related functions:
f$ActWatch | Activate the Watch-DT for a parameter |
f$WatchDT | Assign a DT to a parameter |