The enumeration of tasks coordinated by the IContainable object. Each ICmTask object in the enumeration represents a single piece of work in a business process. A ICmTask object with a Coordinator property set to this IContainable object is added to the enumeration value of this property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CoordinatedTasks As ICmTaskSet
C#
ICmTaskSet CoordinatedTasks { get; }
Visual C++
property ICmTaskSet^ CoordinatedTasks {
	ICmTaskSet^ get ();
}
JavaScript
function get_coordinatedTasks();

ToggleRemarks

ToggleSee Also