# JobResult - admin-graphql - INTERFACE Version: 2024-07 ## Description A job corresponds to some long running task that the client should poll for status. ### Access Scopes ## Fields * [done](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - This indicates if the job is still queued or has been run. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID that's returned when running an asynchronous mutation. ## Connections ## Types implemented in * [CustomerSegmentMembersQuery](/docs/api/admin-graphql/2024-07/objects/CustomerSegmentMembersQuery) ## Examples