MCPcopy Create free account
hub / github.com/bloomberg/pystack / InterpreterStatus

Enum InterpreterStatus

src/pystack/_pystack/process.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 public:
59 // Enums
60 enum InterpreterStatus { RUNNING = 1, FINALIZED = 2, UNKNOWN = -1 };
61
62 // Constructor
63 AbstractProcessManager(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected