FormActMainRestartACT Method |
Prompts the user to restart ACT with a non-blocking message. (thread-safe)
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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