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.7.0.280
Syntax
C#
public void RestartACT(
	bool ShowIgnoreButton,
	string AdditionalInfo
)

Parameters

ShowIgnoreButton
Type: SystemBoolean
The user can dismiss the prompt.
AdditionalInfo
Type: SystemString
Message that will be appended to the restart request.
See Also