ProjectTaskUtilIsOpen Method

Return a value indicating whether the specified task is open.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static bool IsOpen(
	TaskStatusItem status
)

Parameters

status  TaskStatusItem
Reference to the task status to inspect.

Return Value

Boolean
Value indicating whether the status represents an open state.

See Also