Class RestartEventArgs
Provides data about application restart events
public class RestartEventArgs : EventArgs
- Inheritance
-
objectRestartEventArgs
- Inherited Members
Properties
Delay
Gets the delay before killing process and restarting
public TimeSpan Delay { get; }
Property Value
Elevate
Gets a boolean indicating whether the application should be restarted with elevated permissions
public bool Elevate { get; }
Property Value
ExtraArgs
A list of extra arguments to pass to Artemis when restarting
public List<string>? ExtraArgs { get; }