The following tables list the members exposed by the Task type.

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