Interface HonuaGeoprocessingJobRunRequestOptions

interface HonuaGeoprocessingJobRunRequestOptions {
    pollIntervalMs?: number;
    resultNames?: readonly string[];
}

Hierarchy (view full)

Properties

pollIntervalMs?: number

Default pollIntervalMs for IJobRun.results().

resultNames?: readonly string[]

Result parameter ids to fetch when the job succeeds.