[This is preliminary documentation and is subject to change.]

Represents the method that is called when a SchedulerTask is executed.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public delegate void SchedulerCallback(
	SchedulerTask task
)

Parameters

task
SchedulerTask
SchedulerTask associated with the task that was called.

See Also