ActLifecycleEventArgsActLifecycleEnum Enumeration |
[Missing <summary> documentation for "T:Advanced_Combat_Tracker.ActLifecycleEventArgs.ActLifecycleEnum"]
Namespace: Advanced_Combat_Tracker
public enum ActLifecycleEnum
Member 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 |