ProjectTaskUtilIsOpen Method
Return a value indicating whether the specified task is open.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static bool IsOpen(
TaskStatusItem status
)
Public Shared Function IsOpen (
status As TaskStatusItem
) As Boolean
No code example is currently available or this language may not be supported.
- status TaskStatusItem
-
Reference to the task status to inspect.
Boolean
Value indicating whether the status represents an open state.