apm_cancel_all_watches (public)

 apm_cancel_all_watches package_key

Defined in packages/acs-tcl/tcl/apm-file-procs.tcl

Cancel all watches in the given package.

Parameters:
package_key (required)
The package_key of the package to stop watching.
Author:
Peter Marklund
See Also:

Testcases:
No testcase defined.
Source code:
    foreach rel_path [apm_get_watchable_files $package_key] {
        apm_file_watch_cancel $rel_path
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-file-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-file-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: