@squidcloud/client
Preparing search index...
GetJobResponse
Interface GetJobResponse
Represents a request to get an asynchronous job by its ID.
interface
GetJobResponse
{
job
:
undefined
|
AsyncJob
<
any
>
;
}
Index
Properties
job
Properties
job
job
:
undefined
|
AsyncJob
<
any
>
The job details
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
job
@squidcloud/client
Loading...
Represents a request to get an asynchronous job by its ID.