Task.Activate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.