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)- assetPath (string) - Path of the asset.
- No return value.
Code Example
# Example Usage:
asset_path = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
system.kanoa.schedule.updateClientsScheduleChange(asset_path)