__rhandle, 'enableDebugging', [$startTime]); } public function getProgressBar(int $max = 0) { return \ShirabeRpcRuntime::callRust($this->__rhandle, 'getProgressBar', [$max]); } public function getTable(): Table { return \ShirabeRpcRuntime::callRust($this->__rhandle, 'getTable', []); } }