Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > ScheduleItemDelete

ScheduleItemDelete

The ScheduleItemDelete function deletes an existing schedule.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

LONG ScheduleItemDelete(STRING Cluster, LONG ID)

Cluster:

Name of cluster.

ID:

The unique ID of the schedule within the schedule engine.

Return Value

Returns 0 if successful otherwise it returns an error.

Related Functions

SchdConfigOpen,SchdConfigClose, SchdConfigFirst,SchdConfigNext,SchdConfigPrev, SchdConfigGetField, SchdConfigNumRecords,SchdOpen, SchdClose, SchdFirst,SchdNext,SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify

See Also

Scheduler Functions

Published June 2018