Vana SDK - v4.1.0
    Preparing search index...

    Interface WaitForJobOptions

    Polling controls for JobsClient.waitForJob.

    interface WaitForJobOptions {
        timeoutMs?: number;
        pollMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    timeoutMs?: number

    Total polling budget in milliseconds.

    pollMs?: number

    Delay between reads; values below CLAIM_POLL_FLOOR_MS are raised.