Click or drag to resize

GetCancelWait Method (Task, RhinoDoc)

Awaits a particular task to finish.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result Wait(
	Task task,
	RhinoDoc doc
)

Parameters

task
Type: System.Threading.TasksTask
The task.
doc
Type: RhinoRhinoDoc
A document to set progress reporting.

Return Value

Type: Result
A result enumeration.
See Also