Click or drag to resize

GH_DocumentScheduleSolution Method

Overload List
  NameDescription
Public methodScheduleSolution(Int32)
Schedule a new solution after a specified time interval. The schedule is erased if another solution is triggered before the schedule is executed. Tight schedules override loose schedules. If this method is called during a solution, the schedule will be started after the current solution completes.
Public methodScheduleSolution(Int32, GH_DocumentGH_ScheduleDelegate)
Schedule a new solution after a specified time interval. The schedule is erased if another solution is triggered before the schedule is executed. Tight schedules override loose schedules. If this method is called during a solution, the schedule will be started after the current solution completes.
Top
See Also