sdk.automation.retryoptions
Home > @matterway/sdk > Automation > RetryOptions
Automation.RetryOptions interface
Signature:
export interface RetryOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
maxTries? | number | (Optional) Maximum number of retries. Defaults to 30 . | |
retryDelay? | number | (Optional) Delay after each try. Defaults to 200 . |