Class RestartEventArgs
Provides data about application restart events
Inherited Members
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> |