ScheduleExists
Use this function to determine whether the specified schedule exists in the database. A return value of 1 means the schedule exists; a value of 0 means it does not.
Note: If you create a variable to store the return value for this function, you must create the variable with the NUM type.
where:
- SchedName is the name of the schedule to search for.