Initializes a new instance of ServiceStatus
ServiceStatus = function(message, time, licenseChecked, licenseExpired, cacheAccessible, kernelType)
constructor(message: string, time: any, licenseChecked: boolean, licenseExpired: boolean, cacheAccessible: boolean, kernelType: string);
message
Message from the service
time
Current time
licenseChecked
true if the LEADTOOLS license has been checked; otherwise, false.
licenseExpired
true if the LEADTOOLS license has expired; otherwise, false.
kernelType
The type of the LEADTOOLS kernel
cacheAccessible
Check if the cache is accessible.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET