![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Represents a scheduled task that can be invoked and checked for its running status. More...
Public Member Functions | |
bool | IsRunning () |
Checks if the task is currently running. | |
void | Dispose () |
Releases all resources used by the task. | |
![]() | |
bool | Invoke () |
Executes the task and returns a boolean indicating success or failure. | |
Represents a scheduled task that can be invoked and checked for its running status.
void XmobiTea.Threading.Models.IScheduleTask.Dispose | ( | ) |
Releases all resources used by the task.
Implemented in XmobiTea.Threading.Models.ScheduleTask.
bool XmobiTea.Threading.Models.IScheduleTask.IsRunning | ( | ) |
Checks if the task is currently running.
Implemented in XmobiTea.Threading.Models.ScheduleTask.