Class TimedTask
Inheritance
System.Object
TimedTask
Implements
System.IDisposable
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class TimedTask : Object, IDisposable
Constructors
TimedTask(LocString, Boolean)
Declaration
public TimedTask(LocString taskName, bool reportOnSameLine = true)
Parameters
Type | Name | Description |
---|---|---|
LocString | taskName | |
System.Boolean | reportOnSameLine |
Properties
LoadPercentage
Declaration
public float LoadPercentage { set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable