PocketPlanner Programmer's Guide

Task.Status Property

See Also

Gets or sets the status of this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TaskStatus Status { get; set; }

Visual Basic

Public Property Status As TaskStatus

 Property Value

A member of the TaskStatus enumeration. The default is NotStarted.

 See Also