[This is preliminary documentation and is subject to change.]
Represents the method that is called when a SchedulerTask is executed.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public delegate void SchedulerCallback( SchedulerTask task )
Parameters
- task
- SchedulerTask
SchedulerTask associated with the task that was called.