The states of the tasks to search for.
If this is null or empty, any tasks in any state may be included in the results.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic HashSet<MFTaskState> States { get; }
Public ReadOnly Property States As HashSet(Of MFTaskState)
Get
public:
property HashSet<MFTaskState>^ States {
HashSet<MFTaskState>^ get ();
}
Property Value
Type:
HashSetMFTaskState
See Also