The current state of the task. Some state changes are made automatically by the Content Engine server, and others are made manually with the ICmTask.ChangeState method. The states are defined by the Content Engine server. For a description of the possible states, see the TaskState enumeration.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property TaskState As TaskState
C#
TaskState TaskState { get; }
Visual C++
property TaskState TaskState {
	TaskState get ();
}
JavaScript
function get_taskState();

ToggleRemarks

ToggleSee Also