2023-06-10 12:03:10 +00:00
|
|
|
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"index.html","title":"Insanus Mokrassar libraries home","text":"<p>Hello :) It is my libraries docs place and I glad to welcome you here. I hope, this documentation place will help you.</p>"},{"location":"index.html#projects","title":"Projects","text":"Common and independent TelegramBotAPI Plagubot"},{"location":"index.html#dependencies-graph","title":"Dependencies graph:","text":"<pre><code>flowchart RL\n KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]\n MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]\n TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]\n TelegramBotAPI-examples[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-examples'>TelegramBotAPI-examples </a>]\n PlaguBot[<a href='https://github.com/InsanusMokrassar/PlaguBot'>PlaguBot</a>]\n TelegramBotAPILibraries[<a href='https://github.com/InsanusMokrassar/TelegramBotAPILibraries'>TelegramBotAPILibraries</a>]\n PlaguBotPlugins[<a href='https://github.com/InsanusMokrassar/PlaguBotPlugins'>PlaguBotPlugins</a>]\n PlaguBotExample[<a href='https://github.com/InsanusMokrassar/PlaguBotExample'>PlaguBotExample</a>]\n BooruGrabberTelegramBot[<a href='https://github.com/InsanusMokrassar/BooruGrabberTelegramBot'>BooruGrabberTelegramBot</a>]\n SauceNaoTelegramBot[<a href='https://github.com/InsanusMokrassar/SauceNaoTelegramBot'>SauceNaoTelegramBot</a>]\n PlaguPoster[<a href='https://github.com/InsanusMokrassar/PlaguPoster'>PlaguPoster</a>]\n PlaguBotSuggestionsBot[<a href='https://github.com/InsanusMokrassar/PlaguBotSuggestionsBot'>PlaguBotSuggestionsBot</a>]\n TelegramBotTutorial[<a href='https://github.com/InsanusMokrassar/TelegramBotTutorial'>TelegramBotTutorial</a>]\n Krontab[<a href='https://github.com/InsanusMokrassar/krontab'>Krontab</a>]\n KJSUiKit[<a href='https://github.com/InsanusMokrassar/JSUiKitKBindings'>KJSUiKit</a>]\n SauceNaoAPI[<a href='https://github.com/InsanusMokrassar/SauceNaoAPI'>SauceNaoAPI</a>]\n Navigation[<a href='https://github.com/InsanusMokrassar/navigation'>Navigation</a>]\n\n TelegramBotAPI-bot_template[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template'>TelegramBotAPI-bot_template</a>]\n PlaguBotPluginTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotPluginTemplate'>PlaguBotPluginTemplate</a>]\n PlaguBotBotTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotBotTemplate'>PlaguBotBotTemplate</a>]\n\n MicroUtils --> KSLog\n TelegramBotAPI --> MicroUtils\n TelegramBotAPI-examples --> TelegramBotAPI\n PlaguBot --> TelegramBotAPI\n TelegramBotAPILibraries --> PlaguBot\n PlaguBotPlugins --> TelegramBotAPILibraries\n PlaguBotExample --> PlaguBotPlugins\n BooruGrabberTelegramBot --> TelegramBotAPI\n BooruGrabberTelegramBot --> Krontab\n SauceNaoTelegramBot --> TelegramBotAPI\n SauceNaoTelegramBot --> SauceNaoAPI\n TelegramBotTutorial --> PlaguBotPlugins\n PlaguBotSuggestionsBot --> PlaguBotPlugins\n PlaguPoster --> PlaguBotPlugins\n PlaguPoster --> Krontab\n SauceNaoAPI --> MicroUtils\n Navigation --> MicroUtils\n\n TelegramBotAPI-bot_template -.- TelegramBotAPI\n PlaguBotPluginTemplate -.- PlaguBot\n PlaguBotBotTemplate -.- PlaguBot</code></pre>"},{"location":"krontab/describing/krontabscheduler.html","title":"KrontabScheduler","text":"<p><code>KronScheduler</code> is the simple interface with only one function <code>next</code>. This function optionally get as a parameter <code>DateTime</code> which will be used as start point for the calculation of next trigger time. This function will return the
|