Click or drag to resize

GetCancelWaitAll Method (IEnumerableTask, RhinoDoc)

Awaits some tasks to finish.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result WaitAll(
	IEnumerable<Task> tasks,
	RhinoDoc doc
)

Parameters

tasks
Type: System.Collections.GenericIEnumerableTask
The tasks.
doc
Type: RhinoRhinoDoc
A document to set progress reporting.

Return Value

Type: Result
A result enumeration.
See Also