svoid suspendToDisk() { if (isWindows()) windows_hibernate(); else infoBox("TODO: Implement suspend to disk on this OS"); }