RhinoCommon API
GetCancelWait Method (Task, RhinoDoc) |
Awaits a particular task to finish.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public Result Wait( Task task, RhinoDoc doc )
Public Function Wait ( task As Task, doc As RhinoDoc ) As Result
Parameters
- task
- Type: System.Threading.TasksTask
The task. - doc
- Type: RhinoRhinoDoc
A document to set progress reporting.
Return Value
Type: ResultA result enumeration.
