Application.CheckTaskErrors Method
Project Developer Reference |
Checks the task to ensure that required custom fields are filled and that the calendars have the enterprise calendars type. If the TaskID parameter is null, all tasks are checked. .
Syntax
expression.CheckTaskErrors(TaskID)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
TaskID | Optional | Variant | TaskID for the task or null. |
Return Value
Boolean
See Also