Calling the endpoint manually

$Endpoint = New-UDEndpoint -Id test -Schedule $Schedule1 -Endpoint { } will execute the endpoint based on $Schedule1 value .

is there a way i can call $Endpoint manually using button onclick{ } ?

Not currently. Scheduled endpoints are registered differently than other endpoints so there isn’t a super easy way to do this. I’d suggest opening an issue for it.

Thanks adam , i have posted a enhancement request on github #1489

1 Like