Enumeration

PurpleSchedulerError

unstable since: 3.0

Declaration

enum Purple.SchedulerError

Description [src]

Error codes returned by the scheduler.

Available since: 3.0

Members

PURPLE_SCHEDULER_ERROR_TASK_EXISTS

The task has already been added to the scheduler.

  • Value: 0
  • Available since: 3.0
PURPLE_SCHEDULER_ERROR_FAILED_TO_SCHEDULE

The task failed to schedule for an unknown reason.

  • Value: 1
  • Available since: 3.0