Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.2 KB

Project.Application.SplitTask.md

File metadata and controls

44 lines (26 loc) · 1.2 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SplitTask method (Project)
vbapj.chm1011
vbapj.chm1011
project-server
Project.Application.SplitTask
490dcca9-66c5-9284-44ff-a92aa30fadf4
06/08/2017
medium

Application.SplitTask method (Project)

Enters the interactive task split mode, enabling the user to manually create task splits.

Syntax

expression. SplitTask( _Lock_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Lock Optional Boolean True if the task split pointer stays active after a split is made, enabling more task splits to be made. False if the pointer returns to normal after making a split. The default value is False.

Return value

Boolean

Remarks

The SplitTask method requires user interaction before additional code can be executed. The SplitTask method is only available in Gantt views; it corresponds to the Split Task icon on the Task tab of the Ribbon.

[!includeSupport and feedback]