Task Interface

Represents a single task running on the system.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020982-0000-0000-C000-000000000046")> _
Public Interface Task
'Usage
Dim instance As Task
[GuidAttribute("00020982-0000-0000-C000-000000000046")]
public interface Task

Remarks

The Task object is a member of the Tasks collection. The Tasks collection includes all the applications that are currently running on the system.

Use Tasks(index), where index is the application name or the index number, to return a single Task object.

See Also

Reference

Task Members

Microsoft.Office.Interop.Word Namespace