Task.Activate(Object) Method

Definition

Activates the Task object.

public void Activate (ref object Wait);
abstract member Activate : obj -> unit
Public Sub Activate (Optional ByRef Wait As Object)

Parameters

Wait
Object

Optional Object. True to wait until the user has activated Microsoft Word before activating the task. False to immediately activate the task, even if Word isn't active.

Applies to