Skip to content

uwidgets.core.interfaces.istartupservice

GitHub Action edited this page Aug 11, 2024 · 1 revision

IStartupService

Namespace: uWidgets.Core.Interfaces

Service for setting the application to run on startup.

public interface IStartupService

Methods

SetRunOnStartup(Boolean)

Set whether the application should run on startup.

bool SetRunOnStartup(bool value)

Parameters

value Boolean
true to run on startup, false to not run on startup.

Returns

Boolean
true if the operation was successful, false otherwise.