MadelineProtoDocs/docs/PHPInternal/danog/MadelineProto/Loop/Connection/Common.md

36 lines
543 B
Markdown

---
title: danog\MadelineProto\Loop\Connection\Common: RPC call status check loop.
description:
---
# `danog\MadelineProto\Loop\Connection\Common`
[Back to index](../../../../index.md)
> Author: Daniil Gentili <daniil@daniil.it>
RPC call status check loop.
## Method list:
* `start(): bool`
* `isRunning(): bool`
## Methods:
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)