Artemis Artemis
Artemis Artemis

Search Results for

    Class RestartEventArgs

    Provides data about application restart events

    Inheritance
    object
    EventArgs
    RestartEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class RestartEventArgs : EventArgs

    Properties

    Delay

    Gets the delay before killing process and restarting

    Declaration
    public TimeSpan Delay { get; }
    Property Value
    Type Description
    TimeSpan

    Elevate

    Gets a boolean indicating whether the application should be restarted with elevated permissions

    Declaration
    public bool Elevate { get; }
    Property Value
    Type Description
    bool

    ExtraArgs

    A list of extra arguments to pass to Artemis when restarting

    Declaration
    public List<string>? ExtraArgs { get; }
    Property Value
    Type Description
    List<string>
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.