The following tables list the members exposed by the Task type.
Name | Description | |
---|---|---|
![]() |
Create(DateTime) | A manual task |
![]() |
Create(DateTime, TimeSpan, DateTime) | A scheduled task |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetConfigurableInputs() | Get an configuration details for the task - this is the list of things to be configured |
![]() |
GetDescription() | Get a description of the task |
![]() |
GetEntitiesToLock(IEntityLocks, IDatabase) | Lock any entities |
![]() |
GetGuid() | Get a guid for the task |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetLastRunTime() | Get the last time this was run |
![]() |
GetName() | Get the name of the task |
![]() |
GetRepeatTime() | Get how often we should repeat |
![]() |
GetStartTime() | Get when the schedule should start from |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
Log(string, ServerTaskLogLevel) | Log some message for the task |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
PerformTask(EntityID, Dictionary<StringScriptInput>, IDatabase) | Execute the task |
![]() |
Run(EntityID, IEnumerable<ScriptInput>, IDatabase) | Run |
![]() |
ShouldRun(bool) | Should we run this task? |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |