Table of Contents

Class WaitScreenHandler.WaitScreenTask

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
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

string

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; }

Property Value

string