@truenas/api-client
    Preparing search index...

    Type Alias JobMethod<D>

    JobMethod: keyof D["job"] & string

    Every method a surface runs as a job.

    A separate key space from CallMethod, not a subset of it: the two directories are disjoint, and which one a method lives in is a property of the method rather than of how you call it. app.start is a job; app.query is a call; neither appears in the other's directory.

    Type Parameters