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

Interface for asynchronous tasks More...

Inheritance diagram for TechbloxModdingAPI.Tasks.ISchedulable:
TechbloxModdingAPI.Tasks.Once TechbloxModdingAPI.Tasks.Repeatable

Public Member Functions

IEnumerator< TaskContract > Run ()
 ‪Asynchronous task runner More...
 

Detailed Description

Interface for asynchronous tasks

Member Function Documentation

◆ Run()

IEnumerator<TaskContract> TechbloxModdingAPI.Tasks.ISchedulable.Run ( )

‪Asynchronous task runner

Returns
‪A yield-ed Svelto.Tasks-compatible object

Implemented in TechbloxModdingAPI.Tasks.Repeatable, and TechbloxModdingAPI.Tasks.Once.


The documentation for this interface was generated from the following file: