UNPKG

@remote.it/core

Version:

Core remote.it JavasScript/TypeScript library

16 lines (15 loc) 448 B
import { GenericSystemService } from './GenericSystemService' export declare class WindowsSystemService extends GenericSystemService { config: string name: string private winsw private winswFile constructor(config?: string) install(): Promise<this> start(): Promise<this> stop(): Promise<this> uninstall(): Promise<this> readonly exists: boolean private createWinSWXMLFile } //# sourceMappingURL=WindowsSystemService.d.ts.map