C# Class AutoWakeUp.SystemActions

Datei anzeigen Open project: EFanZh/EFanZh

Public Methods

Method Description
SystemShutdown ( ) : bool
SystemSleep ( ) : void
WaitThenDoStuff ( System.DateTime time, System.Action stuff ) : void

Method Details

SystemShutdown() public static method

public static SystemShutdown ( ) : bool
return bool

SystemSleep() public static method

public static SystemSleep ( ) : void
return void

WaitThenDoStuff() public static method

public static WaitThenDoStuff ( System.DateTime time, System.Action stuff ) : void
time System.DateTime
stuff System.Action
return void