# ZM\Process\ProcessStateManager ## removeProcessState ```php public function removeProcessState(int $type, mixed $id_or_name): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | type | int | | | id_or_name | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## getProcessState ```php public function getProcessState(int $type, mixed $id_or_name): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | type | int | | | id_or_name | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## saveProcessState ```php public function saveProcessState(int $type, mixed $pid, array $data): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | type | int | | | pid | mixed | | | data | array | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | |