Contents

scheduleServiceThread

Schedules a service thread callout.

Declaration

virtual bool scheduleServiceThread(
 void *param = 0);

Parameters

  • param:

    A parameter to pass to the serviceThread() method.

Return Value

Returns true if a thread callout was scheduled, false otherwise.

Overview

This method can be called by service() to schedule a thread that will call serviceThread() when it starts running.

See Also

Miscellaneous