!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / LuaRemoteDebugger / Aga.Controls / Threading / WorkItemStatus.cs
blob10a4b7db21546a21b599a1c7f27fb5f23fbae1c7
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 using System;
4 using System.Collections.Generic;
5 using System.Text;
7 namespace Aga.Controls.Threading
9 public enum WorkItemStatus
11 Completed,
12 Queued,
13 Executing,
14 Aborted