Retrieves the status of the specified job.
static queryCompareJobStatus(
userToken: string,
jobToken: string
): JQueryPromise<CompareJobData>;
userToken
Value indicating the user token of the job.
jobToken
Value indicating the job token of the job.
A Promise object that may resolve successfully to one of the following: A CompareJobData object containing the last status of this job if found; or null if no such job was found.
queryCompareJobStatus is the main method of communication between the application and the runner to obtain the status of the job. The CompareJobData returned from this method contains a clone of the object found in the cache and can be changed or stored by the application.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document