Neokernel API

Scheduler.schedule Method

Method implements IScheduler.schedule(). Given an ISchedulable item, method adds the item to the Scheduler.

public virtual bool schedule(
   ISchedulable schedulable
);

Return Value

true if schedulable is scheduled, false otherwise.

Implements

IScheduler.schedule

See Also

Scheduler Class | com.neokernel.nk Namespace