Skip to main content

Process

Git Source

struct Process {
string libName;
string funcName;
string params;
uint256 nest;
bool isFinished;
}