C# Class Gwupe.Agent.Components.Schedule.DetectIdleTask

Inheritance: IScheduledTask
ファイルを表示 Open project: gwupe/Gwupe

Public Methods

Method Description
DetectIdleTask ( GwupeClientAppContext appContext ) : System
RunTask ( ) : void

Private Methods

Method Description
GetLastInputInfo ( LastInputInfo &info ) : bool
GetTickCount ( ) : uint

Method Details

DetectIdleTask() public method

public DetectIdleTask ( GwupeClientAppContext appContext ) : System
appContext GwupeClientAppContext
return System

RunTask() public method

public RunTask ( ) : void
return void