Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Add DurableTimers #13

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Adds the Start-DurableTimer, including the -NoWaitparameter, and Stop-DurableTimer functionality. Includes changes to WhenAllTask and WhenAnyTask, as well as DurableTask.HasResult so that results are outputted properly.

davidmrdavid commented 1 year ago

@michaelpeng36: Just to confirm, I checked in C# and Python and Timers indeed return no data. So any null equivalent should do.