Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

TOUCH^XUSCLEAN: Notify Kernel of Tasks that Run 7 Days or Longer

Reference Type: Supported, Category: TaskMan, ICR#: 10052

Description

The TOUCH^XUSCLEAN API notifies Kernel of any tasks that run 7 days or longer. If a task appears to have been running longer than 7 days, Kernel assumes that it really is not running anymore and KILLs off its temp global and user stack.

If your task legitimately runs more than 7 days, your task should call the TOUCH^XUSCLEAN API once a day to notify Kernel. This API sets:

    ^XUTL("XQ",$J,"KEEPALIVE")=$H

There are no inputs or outputs to this API.

Format

  TOUCH^XUSCLEAN

Inputs

none.

 

Outputs

none.