Skip to main content
Module

x/windows_service/servicestatus.ts>WindowsServiceStatus

Deno library to seamlessly integrate your application as a Windows service without any external tools.
Latest
class WindowsServiceStatus
import { WindowsServiceStatus } from "https://deno.land/x/windows_service@1.0.11/servicestatus.ts";

Constructors

new
WindowsServiceStatus(hServiceStatus: bigint)

Properties

private
dwCheckPoint: number
private
dwControlsAccepted: number
private
dwCurrentState: number
private
dwServiceSpecificExitCode: number
private
dwServiceType: number
private
dwWaitHint: number
private
dwWin32ExitCode: number
private
optional
hServiceStatus: bigint
private
optional
statusBuffer: ArrayBuffer