Method PauseClock PauseClock(Boolean) Pauses or resumes the in-game clock. Declaration public static void PauseClock(bool value) Parameters Type Name Description System.Boolean value Pauses the game clock if set to true; otherwise, resumes the game clock.