GH_DocumentScheduleSolution Method |
Name | Description | |
---|---|---|
ScheduleSolution(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.
| |
ScheduleSolution(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.
|