WaitForCompletionOptions interface

Options object passed to the durableClient.waitForCompletionOrCreateCheckStatusResponse() method to specify timeouts for how long to wait for output from the durable function and how often to check for output.

Properties

retryIntervalInMilliseconds

The timeout between checks for output from the durable function.

timeoutInMilliseconds

Total allowed timeout for output from the durable function.

Property Details

retryIntervalInMilliseconds

The timeout between checks for output from the durable function.

retryIntervalInMilliseconds?: number

Property Value

number

timeoutInMilliseconds

Total allowed timeout for output from the durable function.

timeoutInMilliseconds?: number

Property Value

number