No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
TaskStatus
Represents the status of a Task, such as Not started, Completed, or Closed.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
Usage
This object represents a value in the task status picklist. The task status picklist provides additional information about the status of a Task, such as whether a given status value represents an open or closed task. Your client application can query this object to retrieve the set of values in the task status picklist, and then use that information while processing Task records to determine more information about a given task. For example, the application could test whether a given task is open or closed based on the Task Status value and the value of the IsClosed property in the associated TaskStatus record.