Job token associated with this job.
Object.defineProperty(StatusJobData.prototype, 'jobToken',
get: function()
)
readonly jobToken: string;
Job token associated with this job. The default value is null.
The userToken and jobToken properties must be set by the application, prior to running the job, and combining them to create a unique string. Internally, the runner will use userData and jobToken as the Region and Key of the cache item added to the cache.
In normal cases, the userToken can be set to the user name of the application and used for all the jobs submitted by this user. While jobToken should be a unique identifier for each job, usually set to a GUID.
userToken and jobToken will then be passed by the application to the StatusJobDataRunner.queryConvertJobStatus method to obtain the latest status of the job or to abort it with StatusJobDataRunner.abortConvertJob.
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