‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Tasks Namespace Reference

Classes

interface  ISchedulable
 Interface for asynchronous tasks More...
 
class  Once
 ‪An asynchronous task to be performed once. Once constructed, this can be run by scheduling it with Scheduler.Schedule() More...
 
class  OnGuiRunner
 
class  Repeatable
 ‪An asynchronous repeating task. Once constructed, this can be run by scheduling it with Scheduler.Schedule() More...
 
class  Scheduler
 ‪Asynchronous task scheduling for ISchedulables. Asynchronous tasks will not freeze the main program, which makes them ideal for slow or blocking operations which don't need to be completed post-haste. The functionality of this class works in any state. More...