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.2.285
Syntax 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