// Assembly: mscorlib
// Full name: System.Threading.Tasks.TaskStatus

namespace System.Threading.Tasks
{
public class TaskStatus // TypeDefIndex: 3882
{
	// Fields
	type#20890 value__;
	type#27057 Created;
	type#27057 WaitingForActivation;
	type#27057 WaitingToRun;
	type#27057 Running;
	type#27057 WaitingForChildrenToComplete;
	type#27057 RanToCompletion;
	type#27057 Canceled;
	type#27057 Faulted;
}
}
