Table of Contents

Class RestartEventArgs

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Provides data about application restart events

public class RestartEventArgs : EventArgs
Inheritance
object
RestartEventArgs
Inherited Members

Properties

Delay

Gets the delay before killing process and restarting

public TimeSpan Delay { get; }

Property Value

TimeSpan

Elevate

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

public bool Elevate { get; }

Property Value

bool

ExtraArgs

A list of extra arguments to pass to Artemis when restarting

public List<string>? ExtraArgs { get; }

Property Value

List<string>