system.kanoa.schedule.getAllCurrentEvents
Description
Returns scheduled events for the current day for the passed-in assetPath.Syntax
getAllCurrentEvents(assetPath='%')Parameters:
Returns:
Code Examples
# Example Usage:
asset_path = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
current_events = system.kanoa.schedule.getAllCurrentEvents(asset_path)