Skip to main content

system.kanoa.schedule.updateClientsScheduleChange

Description

After a change has been made to the schedule, this function updates the tag schedule dataset. It informs any open views that a change to the schedule has been made. It also checks if there are any currently running scheduled events that need to be updated.

Syntax

updateClientsScheduleChange(assetPath)

Parameters:
  • assetPath (string): Path of the asset.

  • Returns:
  • None
  • Code Examples

    # Example Usage:
    asset_path = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
    system.kanoa.schedule.updateClientsScheduleChange(asset_path)