Property | Type | Description | |
---|---|---|---|
TryFindTask | bool |
Method | Description | |
---|---|---|
CallBackgroundTask ( BgTasks task ) : void | ||
StartNotificationTask ( BgTasks targetTask, bool restart = true ) : void | ||
StopTask ( BgTasks task ) : void |
Method | Description | |
---|---|---|
TryFindTask ( BgTasks targetTask ) : bool |
public static CallBackgroundTask ( BgTasks task ) : void | ||
task | BgTasks | |
return | void |
public static StartNotificationTask ( BgTasks targetTask, bool restart = true ) : void | ||
targetTask | BgTasks | |
restart | bool | |
return | void |
public static StopTask ( BgTasks task ) : void | ||
task | BgTasks | |
return | void |