@seamapi/http - v2.5.0
    Preparing search index...

    Interface ResolveActionAttemptOptions

    Options for waiting until an action attempt resolves.

    interface ResolveActionAttemptOptions {
        pollingInterval?: number;
        timeout?: number;
    }
    Index
    pollingInterval?: number

    Time in milliseconds to wait between polls of the action attempt.

    timeout?: number

    Maximum time in milliseconds to wait for the action attempt to resolve.