Click or drag to resize

FormActMainRestartACT Method

Prompts the user to restart ACT with a non-blocking message. (thread-safe)

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void RestartACT(
	bool ShowIgnoreButton,
	string AdditionalInfo
)

Parameters

ShowIgnoreButton  Boolean
The user can dismiss the prompt.
AdditionalInfo  String
Message that will be appended to the restart request.
See Also