Interface JGOFAbsoluteTimeControl

interface JGOFAbsoluteTimeControl {
    pause_on_weekends: boolean;
    speed: JGOFTimeControlSpeed;
    system: "absolute";
    total_time: number;
}

Properties

pause_on_weekends: boolean
system: "absolute"
total_time: number