Neokernel API

Scheduler.unschedule Method

Method implements IScheduler.unschedule(). Given an ISchedulable item, method removes that item from the Scheduler.

public virtual bool unschedule(
   ISchedulable schedulable
);

Return Value

true if the schedulable exists in the Scheduler and was successfullly unscheduled, false otherwise.

Implements

IScheduler.unschedule

See Also

Scheduler Class | com.neokernel.nk Namespace