--- title: danog\MadelineProto\Loop\APILoop: API loop trait. description: --- # `danog\MadelineProto\Loop\APILoop` [Back to index](../../../index.md) > Author: Daniil Gentili API loop trait. ## 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)