SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ProcessState

enum class Spices::ProcessState
strong

Process State Enum Definitions.

Enumerator
BeforeEntry 
Run 
Exit 

Definition at line 14 of file MemoryEntry.h.

15 {
16 BeforeEntry = 0, // before entry
17 Run = 1, // run
18 Exit = 2 // exit
19 };