ScheduleCommand

class ScheduleCommand : public InstantCommand

This InstantCommand schedules a Command on object initialization.

Public Functions

inline explicit ScheduleCommand(Command *command)

Creates a InstantCommand that schedules a Command on initalization.

Parameters:

command – The Command to schedule on initialization