Class WaitScreenHandler.WaitScreenTask
Represents the unit of work performed by a mod during the loading screen.
public sealed class WaitScreenHandler.WaitScreenTask
- Inheritance
-
WaitScreenHandler.WaitScreenTask
- Inherited Members
- Extension Methods
Properties
ModName
Determines the name displayed while this task is being performed.
public string ModName { get; }
Property Value
Status
Optional detailed information about what the mod is working on during this task. Can be updated during
tasks to give the user detailed feedback about what exactly the mod is doing.
public string Status { get; set; }