Click or drag to resize
Task Structure

[This is preliminary documentation and is subject to change.]

A struct which represents a single execution of an IWork instance.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public struct Task

The Task type exposes the following members.

Properties
  NameDescription
Public propertyExceptions
Gets an array containing any exceptions thrown by this task.
Public propertyIsComplete
Gets a value which indicates if this task has completed.
Top
Methods
  NameDescription
Public methodWait
Waits for the task to complete.
Top
Fields
  NameDescription
Public fieldvalid
Top
See Also