FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface JobHandle<T>

    interface JobHandle<T = unknown> {
        id: string;
        cancel: () => void;
        getState: () => JobRuntimeState<T>;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    id: string
    cancel: () => void
    getState: () => JobRuntimeState<T>