-
Notifications
You must be signed in to change notification settings - Fork 10
uwidgets.core.interfaces.istartupservice
GitHub Action edited this page Aug 11, 2024
·
1 revision
Namespace: uWidgets.Core.Interfaces
Service for setting the application to run on startup.
public interface IStartupService
Set whether the application should run on startup.
bool SetRunOnStartup(bool value)
value
Boolean
true
to run on startup, false
to not run on startup.
Boolean
true
if the operation was successful, false
otherwise.