ModLoadResult Class |
Namespace: UMod
public sealed class ModLoadResult
The ModLoadResult type exposes the following members.
Name | Description | |
---|---|---|
ElapsedLoadTime |
Get the elapsed time of the load.
| |
Error |
Get the ModLoadError that occurred during the load.
| |
LoadTimestamp | ||
Message |
Get the error message for the load error.
| |
Success |
Was the load successful.
| |
ThrownException |
Get the exception that was thrown during the load or null if no exception was thrown.
|