C# Class MALClient.Shared.Managers.NotificationTaskManager

Show file Open project: Mordonus/MALClient

Private Properties

Property Type Description
TryFindTask bool

Public Methods

Method Description
CallBackgroundTask ( BgTasks task ) : void
StartNotificationTask ( BgTasks targetTask, bool restart = true ) : void
StopTask ( BgTasks task ) : void

Private Methods

Method Description
TryFindTask ( BgTasks targetTask ) : bool

Method Details

CallBackgroundTask() public static method

public static CallBackgroundTask ( BgTasks task ) : void
task BgTasks
return void

StartNotificationTask() public static method

public static StartNotificationTask ( BgTasks targetTask, bool restart = true ) : void
targetTask BgTasks
restart bool
return void

StopTask() public static method

public static StopTask ( BgTasks task ) : void
task BgTasks
return void