def $()

in Functions.Templates/Templates-v2/TimerTrigger-Python/function_body.py [0:0]


def $(FUNCTION_NAME_INPUT)(myTimer: func.TimerRequest) -> None:
    
    if myTimer.past_due:
        logging.info('The timer is past due!')

    logging.info('Python timer trigger function executed.')