interface RepeatingTask {
    start(): void;
    stop(): void;
}

Methods

Methods