UNPKG

@hpcc-js/comms

Version:
25 lines (24 loc) 972 B
import { StateObject } from "@hpcc-js/util"; import { IConnection, IOptions } from "../connection"; import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits"; export interface ECLTimerEx extends WsWorkunits.ECLTimer { Wuid: string; Seconds: number; HasSubGraphId: boolean; } export declare class Timer extends StateObject<ECLTimerEx, ECLTimerEx> implements ECLTimerEx { protected connection: WorkunitsService; readonly properties: WsWorkunits.ECLTimer; readonly Wuid: string; readonly Name: string; readonly Value: string; readonly Seconds: number; readonly GraphName: string; readonly SubGraphId: number; readonly HasSubGraphId: boolean; readonly count: number; readonly Timestamp: number; readonly When: string; constructor(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, eclTimer: WsWorkunits.ECLTimer); } //# sourceMappingURL=timer.d.ts.map