ActLifecycleEventArgsActLifecycleEnum Enumeration |
[Missing <summary> documentation for "T:Advanced_Combat_Tracker.ActLifecycleEventArgs.ActLifecycleEnum"]
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic enum ActLifecycleEnum
MembersMember name | Value | Description |
---|
Initial | 0 | |
PluginsDone | 1 |
All plugins have returned from InitPlugin
|
ConfigDone | 2 |
ACT done loading settings from config
|
InitActDone | 3 |
All setup is complete and the main form is about to be shown
|
FormActMainShown | 4 |
ACT should be in a running/idle state
|
FormActMainClosing | 5 |
ACT has been asked to close, DeInitPlugin will occur soon
|
See Also