Skip to main content

system.kanoa.quality.schedule.updateScheduledChecks

This function is not part of a class and can be used independently.

Description

This function is called by the gateway timer script every minute and also by the manual add and line tag change event scripts (kanoaQDS). It updates the status from coming due to due to overdue, etc.

Syntax

updateScheduledChecks()
  • Parameters: None
  • Returns:
      Number of checks updated (int).
  • Code Example

    # Example Usage:
    result = system.kanoa.quality.schedule.updateScheduledChecks()