LeviLamina
Loading...
Searching...
No Matches
ProcessExecutionState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ProcessExecutionState :
int
{
6
Running = 1,
7
Constrained = 2,
8
Suspended = 3,
9
};
src
mc
deps
application
ProcessExecutionState.h
Generated on
for LeviLamina by
1.16.1